@charset "UTF-8";
/* CSS Document */

.navcontainer_b {
	width: 245px;
}

.navcontainer_b ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

.navcontainer_b a
{
	display: block;
	padding: 0px 0px 0px 15px;
	width: 230px;
	background-color: #036;
	border-bottom: 1px solid #eee;
	background-image: url(../images/arrowdots.png);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	height: 25px;
	line-height: 25px;
}

.navcontainer_b a:link, .navlist_b a:visited
{
color: #EEE;
text-decoration: none;
}

.navcontainer_b a:hover
{
background-color: #369;
color: #fff;
}

#active a:link, #active a:visited, #active a:hover
{
	background-color: #CCC;
	color: #00295F;
	font-weight: bold;
}

