@charset "utf-8";
/* CSS Document */
#navsite p {
	display: none;
}

#navsite {
	padding: 0px;
	margin-bottom: 1 em;
	background-color: #000000
}

#navsite ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#navsite ul li {
	margin: 0;
}	

#home {	
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}

#navsite ul a {
	display: block;
	padding: 10px 5px 10px 10px;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
	
#navsite ul li a:hover {
	background-color: #0099cc;
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

#navsite ul li a.selected {
	background-color: #0099cc;
}
