#subnavcontainer {
	width: 230px;
 	padding: 10px 0 20px 0px;
 	margin: 0px;
 	font-size: 10;
}
#subnavcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#subnavcontainer ul ul {
	display:none; 
	padding-left:10px; 
	background:#eeeeee;
}

#subnavcontainer li a:link, #subnavcontainer li a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	color: #000000;
	text-decoration: none;
	font-size: 10;
}

#subnavcontainer li a.disabled { opacity:0.6; filter:alpha(opacity=60); }

#subnavcontainer li a:hover, #subnavcontainer li a:active {
	border-left:3px solid #FF6C1A;
}
#subnavcontainer li.openmenu {
 color: #fff;
 background-color: #7D81AE;
 text-decoration: none;
 font-size: 10;
}

#subnavcontainer li a#current {
 color: #fff;
 background-color: #7D81AE;
 border-left:3px solid #FF6C1A;
 text-decoration: none;
 font-weight: bold;
 font-size: 10;
}
#subnavcontainer li a#submenucurrent {
 text-indent: 30px;
 color: #1b1b75;
 /*background-color: #eeeeee;*/
 text-decoration: none;
 font-weight: bold;
 font-size: 10;
}
#subnavcontainer li a.submenu {
 text-indent: 30px;
 text-decoration: none;
 font-size: 10;
 color: #1b1b75;
}