#navcontainer { width: 162px; }

#navcontainer ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 162px;
}

#navcontainer li
{
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

#navcontainer ul li a
{
	display: block;
	width: 148px;
	padding-left: 14px;
	background-color: #C00202;
	font-size: 11px;
}

#navcontainer ul li a:link, #navcontainer ul li a:visited
{
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
}

#navcontainer ul li a:hover
{
	background-color: #9E0101;
	color: #fff;
}

#navcontainer ul ul li a
{
	display: block;
	padding-left: 28px;
	width: 134px;
	background-color: #C00202;
	font-size: 11px;
}

#navcontainer ul ul li a:visited
{
	color: #FFA985;
	text-decoration: none;
	background-image: url(images/subbullet_u.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#navcontainer ul ul li a:hover
{
/*	background-color: #9e0101;
	color: #FFFFFF;
	background-position: left top;
	background-image: url(images/subbullet_a.gif);*/
	
	color: #FFA985;
	background-color: #9e0101;
	text-decoration: none;
	background-image: url(images/subbullet_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
}



/* selected states */
#navcontainer ul li a#current
{
	font-weight: bold;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/subbullet_u.gif);
	background-color: #9e0101;
}

#navcontainer ul ul li a#subcurrent
{
	font-weight: normal;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/subbullet_a.gif);
	background-color: #9e0101;
}

#navcontainer ul ul li a:link
{
	color: #FFC6AB;
	text-decoration: none;
	background-image: url(images/subbullet_u.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
