
#menu{
    position:absolute;
    top: 120px;
    left:2px;
    z-index:2;
    width:218px;
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#menuarea dl, dt, dd, ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


#menu dt {
	cursor: pointer;
	background: #eee;
	height: 20px;
	line-height: 20px;
	margin: 0px 0;
	text-align: left;
	font-weight: bold;
	color: #B5937A;
	font-size: 10pt;
	border-width:1px;
	border-bottom-style: solid;
	border-color:#ccc #888 #555 #bbb;
}

#menu dd {
	position: absolute;
	z-index: 100;
	left: 218px;
	margin-top: -22px;
	width: 218px;
	font-size: 10pt;
	background: #eee;
	border-width:1px;
	border-color:#ccc #888 #555 #bbb;
	display: none;

}

#menu ul {
padding: 1px;
}
#menu li {
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	display:block;
	border-bottom: 1px solid black;
}

#menu li a, #menu dt a {
	color: #000000;
	text-decoration: none;
	display: block;
	color: #B5937A;
	padding-left: 3px;
}

#menu li a:hover {
	text-decoration: none;
	color:#a00;
}


#menu a:hover{
color:#a00;
background:#ddd;


}

#menu dt:hover{
color:#a00;
background:#ddd;

}






/* Styling for Expand */

#menu a.x:hover{
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
}


