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

