#leftnav{
margin: 0;
margin-left: -10px;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
line-height: 130%; position: absolute; 
width: 220px; 
background-color: #fff; 
padding-top: 12px; 
}


 a { color: black; 
 font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
 font-weight: bold; 
 text-decoration: none; 
 display: block; 
 padding-left: 20px;
 }

#mainMenu a:hover { 
color:#fff; 
font-weight: bold; 
font-size: 11px; 
background-color: #7f5c00; 
width: 100%; 
cursor: pointer; 
}


/* styles the "up" state of main nav button */ 
#mainMenu	{ 
cursor: pointer;
 width: 100%; 
 font-weight: normal; 
 font-size: 11px; 
 color: #000; 
 border-bottom: 1px solid #fff; 
 }
 
/* this styles the "down" state of main nav button */
#mainMenuexp {
	cursor:pointer;
	width:100%;
	font-weight: bold; 
	font-size: 11px; 
	color: #4c2f1a;
	border-bottom:1px solid #fff;
	background-color:#d8ab36;
}

.submenu	{ 
background-color: #f2ead5; 
padding: 2px 10px 6px 0; 
/* background-color: #faf5e8; border-bottom: 1px solid #4c2f1a;*/
}

.submenu-link { 
text-decoration: none; 
display: block; width: 100%; 
color: #4c2f1a; font-size: 10px; 
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
font-weight: normal; 
font-style: normal; 
font-variant: normal; 
}

a.submenu-link:hover { 
color: #fff; 
font-style: italic; 
background-color: #7f5c00; 
}

*html #mainMenu #mainMenuexp { 
width: 200px; 
height: 21px; 
}

#nonLink { 
color: #000; 
font-weight: bold; 
height: 0; 
padding-left: 20px; }

.new {
	font-weight: bold;
	color: #CC3300;
	text-transform: uppercase;
	font-style:italic;
}