 /* DEFAULTS */
ul#navlist li a
{
font-family: verdana;
font-size: 8pt;
font-weight: normal;
text-decoration: none;
text-align: right;
margin: 0;
padding: 0px 0px 0px 10px;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

div#navcontainer {
width: 177px;
margin: 0px;
padding: 26px 0px 15px 0px;
background-image: url(../img/nav_gradient.gif);
background-position: top;
background-repeat: repeat-x;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
	div#navcontainer P {
	font-family: verdana;
	font-size: 8pt;
	color: #6e1d00;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 2px 0px 2px 10px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* NAV LIST */
ul#navlist
{
list-style-type: none;
margin: 0;
padding: 5px 0px 0px 0px;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

ul#navlist li 
{ 
display: inline;
vertical-align: top;
-moz-box-sizing:border-box;
box-sizing:border-box;}

ul#navlist li a
{
color: #6e1d00;
background-color: #fde7b0;
display: block;
padding: 0px 10px 0px 0px;
border-top: 1px solid #feedc4;
border-bottom: 1px solid #fef9eb;
width: 177px;
line-height: 26px;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
ul#navlist li a:hover { 
color: #6e1d00;
background-color: #fffaef;
border-top: 1px solid #feedc4;
border-bottom: 1px solid #fef9eb;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

ul#navlist li a#current
{
color: #6e1d00;
background-color: #fffaef;
font-weight: bold;
-moz-box-sizing:border-box;
box-sizing:border-box;
}