/* CSS Document */


#navsite {
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-weight: bold;
 color: #333; 
 
}
#navsite {
 list-style: none; 
 margin-top: 20; 
 }
 

#navsite a {
 display: block; 
 padding: 2px 2px 2px 0.5em; 
 border-left: 10px; 
 border-bottom: 1px;
 color: #666666; 
 text-decoration: none; 
 width: 10em;
}

html>body #navsite { 
 width: auto; 
}
#navsite a:hover {

color: #993300; 
}

#horiznavbar {
border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
}

#horiznavbar a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#000000;
}

#horiznavbar a:hover {
	color:#CC3300;
}

#borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

