/* CSS Document */

#navcontainer {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 26px;
	height: 216px;
	width: 148px;
	margin-right: 18px;
	font-weight: bold;
	color: #85A5CF;
}

#navcontainer ul {
	list-style-type: none;
	margin-left: 0;
	padding-right: 22px;
	padding-left: 2px;
}

#navlist a {
	display: block;
	background-image: url(../images/master/bullet_subnav.gif);
	background-repeat: no-repeat;
	background-position: 128px 9px;
	color: #85A5CF;
	font-weight: bold;
	font-size: 12px;
	border-top: none;
	border-right: none;
	border-bottom: 1px dashed #999999;
	border-left: none;
	padding-top: 4px;
	padding-bottom: 4px;
	font-style: normal;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#navlist a {
	width: 20px;
}

#navlist a {
	\width: 20px;
	w\idth: 146px;
}

#subnavlist a {

}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#subnavlist a {
	width: 108px;
}

#subnavlist a {
\width: 108px;
w\idth: 120px;
}

#navlist a, #navlist a:visited,#subnavlist a, #subnavlist a:visited {
	text-decoration: none;
}

#navlist a:hover, #navlist a#current:hover
{
	background-image: url(../images/master/bullet_subnav.gif);
	background-repeat: no-repeat;
	background-position: 130px 9px;
	color: #F7BA01;
}

#subnavlist a:hover, #subnavlist a#subcurrent:hover
{

}

a#current, a:visited#current {

}
a#subcurrent , a:visited#subcurrent {

}
#navlistLast a {

	border: none;
}
