/* CSS Document */

#navcontainer {
	font-size: 10px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 2px;
	padding-left: 5px;
	padding-top: 1px;
	padding-right: 5px;
	height: 216px;
	width: 148px;
	border-top: 1px solid #9F9483;
	border-right: 1px solid #9F9483;
	border-bottom: 0px none #9F9483;
	border-left: 1px solid #9F9483;
}

#navcontainer ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#navlist a {
	display: block;
	background-image: url(../images/master/bullet_subnav.gif);
	background-repeat: no-repeat;
	background-position: 1px 7px;
	color: #18462C;
	font-weight: bold;
	font-size: 11px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #E1DED6;
	border-left: none;
	padding-left: 9px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#navlist a {
	width: 124px;
}

#navlist a {
	\width: 124px;
	w\idth: 136px;
}

#subnavlist a {
	display: block;
	color: #7F6F4E;
	background-image: none;
	margin: 0px;
	padding: 2px 4px 2px 12px;
	font-weight: normal;
	font-size: 10px;
	border: none;
}

/*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-position: 2px 7px;
	color: #7F6F4E;
}

#subnavlist a:hover, #subnavlist a#subcurrent:hover
{
	color: #2F4831;
	background-image: url(../images/master/bullet_subsubnav.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

a#current, a:visited#current {

}
a#subcurrent , a:visited#subcurrent {
	display: block;
	font-weight: bold;
	color: #60543C;
	background-image: none;
	margin: 0px;
	padding: 2px 4px 2px 12px;
	font-size: 10px;
	border: none;
}
.subcurrentFormat {
	display: block;
	font-weight: bold;
	color: #60543C;
	background-image: none;
	margin: 0px;
	padding: 2px 4px 2px 12px;
	font-size: 10px;
	border: none;
}
#navBorderBottom {
	background-image: url(../images/master/subnav_frame_bottom.gif);
	background-repeat: no-repeat;
	width: 160px;
	height: 35px;
	margin-left: 2px;
	margin-bottom: 30px;
}

