/* CSS Document */
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	background-color: #000;
	background-image: url(../images/backgrounds/navcolours.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	border-bottom: 1px solid #000000;
	padding: 3px 0;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited { 
	margin-right: 0;
	padding: 3px 10px 3px 10px; 
	color: #fff;
	background-color: #000;
	background-image: url(../images/backgrounds/navcolours.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	text-decoration: none;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	}
#navigation a:hover 
	{
	color: #000;
	padding: 3px 10px 3px 10px; 
	background-color: #2B91B9;
	background-image: url(../images/backgrounds/navcolours2.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	text-decoration: none;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	}
	
#mainnav
 	{
	position: absolute;
	top: 255px;
	left: 2px;
	width: 150px;
	padding : 3px 2px;
	/*height: 100%;*/
	line-height : 110%;
	text-align: left;
    }
#mainnav ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	}
#mainnav li
	{
	padding: 3px 3px 3px 3px;
	border: 1px solid;
	border-color: #ccc #000 #000 #ccc ;
	background: #fff;
	margin: 10px 0;
	}
.navbox 
	{
	border: 1px solid #000000;
	padding: 3px;
	margin: 3px;
	background: #ccc ;
   }
#sidebar ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	}
#sidebar li
	{
	padding: 5px ;
	border: 1px solid;
	border-color: #ccc #000 #000 #ccc ;
	background: #fff;
	margin: 5px 0;
	/*-moz-border-radius: 10px;*/
	}
#sidebar
	{
	position: absolute;
	top: 110px;
	right: 4px;
	width: 150px;
	padding : 3px 2px;
	/*height: 100%;*/
	line-height : 110%;
	text-align: center;
	/*-moz-border-radius: 10px;*/
    }

a.img:hover
	{	
	background: transparent;
	border: none; 
	}
	
	/*..........main page links...........*/
a:link 
  {
  color: #000; 
  text-decoration : underline; 
  }
a:visited 
  {
  color: #993300; 
  text-decoration : underline; 
  }
a:hover 
 { 
  color: #FF0000; 
  text-decoration : underline; 
 }
a:active 
 { 
  color: #FF0000; 
 }
/*......nav links for main navigation*/
a.nav:link 
	{
	color: #000000;
	text-decoration : underline;
	font-size: 1em;
	background: transparent;
	font-weight: bold;
  	}
a.nav:visited 
	{
	color: #ff0000;
	text-decoration : none;
	font-size: 1em;
	background: transparent;
	font-weight: bold;
  	}
a.nav:hover 
	{
	color: #FF0000;
	text-decoration : underline;
	font-size: 1em;
	background: transparent;
	font-weight: bold;
  	}
 a.nav:active 
	{
	color: #FF0000;
	text-decoration : underline;
	font-size: 1em;
	background: transparent;
	font-weight: bold;
  	}
/*......end nav links for main navigation..........*/
a.nav2:link 
	{
	color: #FF0000;
	text-decoration : none;
	font-size: small;
	background: transparent;
	font-weight: bold;
  	}
a.nav2:visited 
	{
	color: #FF0000;
	text-decoration : none;
	font-size: small;
	background: transparent;
	font-weight: bold;
  	}
a.nav2:hover 
	{
	color: #000000;
	text-decoration : underline;
	font-size: small;
	background: transparent;
	font-weight: bold;
  	}
 a.nav2:active 
	{
	color: #FF0000;
	text-decoration : underline;
	font-size: small;
	background: transparent;
	font-weight: bold;
	}
	/*....................*/
a.nav3:link 
	{
  	color: #000000; 
  	text-decoration : none; 
  	font-size: medium; 
	font-weight:bold;  
  	background: transparent;
  	}
a.nav3:visited 
	{
  	color: #666666; 
  	text-decoration: none;
  	font-size: medium;
	font-weight:bold;  
  	background: transparent;
  	}
a.nav3:hover 
	{ 
  	color: #FF0000; 
  	text-decoration : underline; 
  	font-size: medium;
	font-weight:bold;  
  	background: #FCE0B8;
  	}
 a.nav3:active 
	{ 
  	color: #FF0000; 
  	text-decoration : underline; 
  	font-size: medium;
	font-weight:bold;  
  	background: transparent;
  	} 
	/*....................*/
