/* CSS Document */
#navsite2 ul {
	padding: 10px 5px 5px;
	margin-left: 0px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #CCCCCC;
	letter-spacing: .15em;
	border: 1px solid #006766;
}
#navsite2 ul li {
list-style: none;
margin: 0;
display: inline;
}
#navsite2 ul li a {
padding: 3px 
margin-left: 3px;
	border-bottom: none;
	text-decoration: none;
	background-color: #CCCCCC;
	width: 150px;
	height: 30px;
}
#navsite2 ul li a:link{
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: auto;
	height: 20px;
}
#navsite2 ul li a:hover{
color: #7D8765;
}
#navsite2 ul li a:visited {
color: #006600;
	background-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#navsite2 ul li, #navsite ul li a:visited:hover {
	color: #BBB39E;
	background: #DDD7FD;
	border: thin none #227;
}
#navsite2 ul li a#current {
background: white;
border-bottom: 1px none white;
}
