@charset "utf-8";
#navcontainer {
	width: 160px;
	margin: 10px 0 0 0;
}

#navcontainer ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:500;
}

#navcontainer li {
	display:block;
	margin-top: 2px;
	width: 155px;
	padding: 0;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#navcontainer a {
	display: block;
	padding: 8px 5px 8px 10px;
	width: 140px;
	background-color: #f4f4f4;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	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;
	font-weight:bold;
}



