@charset "utf-8";
#navsite p {
 display: none;
}
#navsite {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	width: 150px;
	border-right: 1px solid #666;
	padding: 0;
	margin-bottom: 1em;
	background-color: #9cc;
	color: #333;
	font-weight: bold;
}
#navsite ul {
 list-style: none; 
 margin: 0; 
 padding: 0; 
}
#navsite ul li {
 margin: 0; 
 border-top: 1px solid #003;
}
#navsite ul li a {
	display: block;
	background-color: #666666;
	color: #fff;
	text-decoration: none;
	width: 100%;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0.5em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #333333;
}
html>body #navsite ul li a { 
 width: auto; 
}
#navsite ul li a:hover {
	background-color: #FFFFFF;
	color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
#navsite ul li a#current{
	background-color: #FFFFFF;
	color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
