@charset "utf-8";
.on {
	color:#FFF;
	background-color: #000;
}

#navcontainer {
	width: 120px;
	margin:10px 0px 0px 0px;
}

#navcontainer ul {
	margin: 0 0 0 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana;
	font-size: 11px;
	font-weight:500;
}

#navcontainer li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	font-family: Verdana;
	font-size: 11px;
	font-weight:500;
}

#navcontainer a {
	display: block;
	padding: 10px 10px 10px 20px;
	width: 120px;
	background-color: #f4f4f4;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	color: #656565;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #496c8c;
	color: #FFF;
	text-decoration: none;
}

#navcontainer a.on {
	background-color: #496c8c;
	color: #FFF;
	text-decoration: none;
}


