
ul.mu_top {

padding:1px;
}

ul.mu_sub {
padding:5px;
margin:0px;
}

ul.mu_top, ul.mu_sub { /* all lists */
	
	margin: 0;
	list-style: none;
	text-align:left;
}
li.mu_top_spc{
width:2px;
}
li.mu_top, li.mu_sub, li.mu_top_spc { /* all list items */
	float: left;
	position: relative;
	padding:5px;
	text-align:left;
}
li.mu_top {
padding-left:0px;
padding-right:0px;
}

li ul.mu_sub { /* second-level lists */
	display: none;
	position: absolute;
	background-color:#fff095;
	color:#b5d7f2;

	
}
li:hover ul.mu_sub, li.over ul.mu_sub { /* lists nested under hovered list items */
	display: block;
}



li>ul.mu_sub { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}


ul.mu_sub {
/*width:150px;*/
}
a.mu_sub,a.mu_sub:link, a.mu_sub:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:none;
color:#a77c2d;
}
a.mu_sub:active , a.mu_sub:hover{
text-decoration:none;
color:#e17d03;
}
td.lowermenu, a.mu_top, a.mu_top:link, a.mu_top:visited, li.mu_top, li.mu_top_spc, a.mu_foot, a.mu_foot:link, a.mu_foot:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
font-weight:bolder;
text-decoration:none;
color:#b29961;
}
a.mu_top:hover, a.mu_top:active, a.mu_foot:hover, a.mu_foot:active{
text-decoration:none;
color:#663200;
}
a.mu_sub:hover, a.mu_sub:active {
text-decoration:none;
color:#663200;
}

