/* CSS Document */

#navigation{
	font-size: 1.5em;
	margin: 24px 0 12px;
	padding: 0;
}
#navigation li{
	display: inline;
	margin: 0;
	padding: 0;
}
#navigation a{
	border: #fff solid 1px;
	border-right: #000 solid 2px;
	border-bottom: #000 solid 2px;
	margin: 0;
	padding: 3px 12px;
	text-decoration: none;
}
/*......nav links for main navigation*/
a.nav:link 
	{
	color: #fff;
	text-decoration: underline;
	background: transparent;
	font-weight: bold;
  	}
a.nav:visited 
	{
	color: #fff;
	text-decoration: underline;
	background: transparent;
	font-weight: bold;
  	}
a.nav:hover 
	{
	color:#FF0000;
	text-decoration: none;
	background: transparent;
	font-weight: bold;
  	}
 a.nav:active 
	{
	color: #FF0000;
	text-decoration : underline;
	background: transparent;
	font-weight: bold;
  	}
/*......end nav links for main navigation..........*/
a.nav2:link 
	{
	color: #fff;
	text-decoration : underline;
	font-size: small;
	background: transparent;
	font-weight: bold;
  	}
a.nav2:visited 
	{
	color: #fff;
	text-decoration : underline;
	font-size: small;
	background: transparent;
	font-weight: bold;
  	}
a.nav2:hover 
	{
	color: #FFB23C;
	text-decoration : underline;
	font-size: small;
	background: transparent;
	font-weight: bold;
  	}
 a.nav2:active 
	{
	color: #FFB23C;
	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;
  	} 
	/*....................*/
