#leftcontent, #leftcontentwide {
	
	width: 160px; font-family:verdana,arial,helvetica; font-size:10px
}
/* Left Hand Navigation
***************************************************/
#navcontainer {
	width: 160px;
	background: #FFCC99;
	border-top: 2px solid #FFFFFF;
}
 
 
/*** Level 1 ***/
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer a {
	display: block;
	padding: 8px 10px;
	color: #036;
	background: #FFCC99 url("images/dashed-line.gif") repeat-x bottom left;
	width: 160px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 160px;
}

html>body #navcontainer a {width: 140px;} 

#navcontainer a:hover {
	background: #69c url("images/dashed-line.gif") repeat-x bottom left;
	color: #fff;
}


/*** Level 2 ***/
#navcontainer ul ul a {
	display: block;
	background: #FFE8D9 url('images/dashed-line.gif') repeat-x bottom left;
	font-weight: normal;
	color: #6699CC;
	width: 160px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 160px; padding-left:20px; padding-right:5px; padding-top:8px; padding-bottom:8px
}

html>body #navcontainer ul ul a {width: 135px;}

#navcontainer ul ul a:hover {
	color: #003366;
	background: #FFE8D9 url('images/dashed-line.gif') repeat-x bottom left;
}
