/* CSS Document */

#navcontainer {
	margin-left: 22px;
	margin-top: 22px;
	margin-right: 22px;
	margin-bottom: 18px;
	text-align: right;
}

#navcontainer ul {
	list-style-type: none;
	margin: 0px 0px 15px;
	padding: 0px;
}

#navlist a, #navlist a:visited {
	color: #856E3E;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
/*
#navlist a {
 width: 124px
}

#navlist a {
	\width: 124px;
	w\idth: 136px;
}
*/
#subnavlist a, #subnavlist a:visited {
	color: #7F6F4E;
	background-image: none;
	font-weight: normal;
	font-size: 10px;
	border: none;
	margin-top: 0px;
}

/*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;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#navlist a:hover, #navlist a#current:hover
{
	background-position: 2px 7px;
	color: #5E0000;
}

#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 {
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
}
a#subcurrent , a:visited#subcurrent {
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
}
