dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {

	top: 1em;
	left: 1em;
	width: 10em;
}

#menu dt {
	cursor: pointer;
	height: 35px;
	width:225px;

}


#menu dd {
	position:absolute;
	z-index: 100;
	margin-left:223px;
	width: 15em;
	top:40px;
	background: #681415;
	
	padding-bottom:3px;
	background-image:url(../imgB/under_ssmenu.png);
	background-repeat:no-repeat;
	background-position:bottom right;

}


dd#smenu2 {
	position:absolute;
	z-index: 100;
	margin-left:223px;
	width: 10em;
	top:153px;
	background: #30333A;
	
	padding-bottom:3px;
	background-image:url(../imgB/under_ssmenu.png);
	background-repeat:no-repeat;
	background-position:bottom;

}


#menu ul {
padding: 2px;

}
#menu li {
	font-size: 1em;
	height: 18px;
	line-height: 18px;
	border-bottom:1px dotted #fff;
	
}
#menu li a, #menu dt a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-size:16px;

	text-align: center;

}

#menu li a:hover {
	background-color:white;
	color:black;
}
