/* CSS Document */

#navsite p {
 display: none;
}
#navsite {
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size: 1.2 em;
 font-weight: bold;
 width: 12em; 
 
 margin-bottom: 1em; 
 color: #333; 
 
}
#navsite ul {
 list-style: none; 
 margin: 0; 
 padding-top: 20px;
 width: 10em; 
}
#navsite ul li {
 margin: 0; 
 border-top: 0px solid #003;
 padding-top: 5px;
}
#navsite ul li 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 ul li a { 
 width: auto; 
}
#navsite ul li a:hover {
 /* border-left: 10px solid #0066FF; 
  border-bottom: 1px solid #369; */
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;
}
