/* CSS Document */

#navigation 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-align: left;
	/*height: 50px;*/
	margin: 2px auto;
	
	}
#navigation ul 
	{
	/*list-style: none;*/
	margin: 0;
	padding: 0;
	padding-top: 4px;
	}
#navigation li 
	{
	display: inline;
	margin: 0 1px;	
	}
#navigation a:link, #navigation a:visited 
	{ 
	margin-right: 2px;
	padding: 3px 10px 2px 10px; 
	color: #000;
	font-weight: bold;
	background-color: #d8f8d3;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #717171;
	}
#navigation a:hover 
	{
	color: #FF0000;
	background-color: #fff;
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #c4ebbe;
	border-right: 1px solid #c4ebbe;
	}
	
a.img:hover
	{	background: transparent; }
	
	/*..........main page links...........*/
a:link 
  	{
  	color: #000; 
  	text-decoration : underline; 
  	}
a:visited 
  	{
  	color: #000; 
  	text-decoration : underline; 
  	}
a:hover 
 	{ 
  	color: #FF0000; 
  	text-decoration : underline;
	background: #fff;
 	}
a:active 
 	{ 
  	color: #FF0000; 
 	}
a.nav:link 
	{
	color: #000000;
	text-decoration : none;
	background: transparent;
	font-weight: bold;
  	}
a.nav:visited 
	{
	color: #666666;
	text-decoration : none;
	background: transparent;
	font-weight: bold;
  	}
a.nav:hover 
	{
	color: #FF0000;
	text-decoration : underline;
	background: transparent;
	font-weight: bold;
  	}
 a.nav:active 
	{
	color: #FF0000;
	text-decoration : underline;
	background: transparent;
	font-weight: bold;
  	}
	
/*......nav links for main navigation*/	
.breadcrumb
	{ 
	display:inline;
	font-size: 0.9em;
	font-weight: bold;
	}
