#menu0, #menu0 dl {
	margin-left:15px;
	margin-right:10px;
	margin-top:7px;
	float:left;
	position:static;
	color:white;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:white;
	text-decoration:none;
}


#menu0 dl dt {
	color:white;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:white;
	margin-left:15px;
	margin-right:10px;
	margin-top:7px;
	float:left;
	
}

#menu0 #dd1  {
	position:absolute;
	margin-left:auto;
	margin-top:7px; 
	background:orange;
	width:140px;
	height:100px;
}

#dd1 dt{
	width:140px;
	height:20px;
	background:red;
	position:relative;
}

#menu0 dd.active {
	position:absolute;
}

#menu0 dt a {
	background: url("submenu.gif") no-repeat 140px 8px;
	padding-right: 20px;
}

#menu0 a:link, #menu0 a:visited {
	display: block;
	color: #000;
	text-decoration: none;
}

#menu0 a:hover {
	color: #fff;
	background-color: #008;
}

#menu0 dl {
	position: absolute;
	margin-left:auto;
	background:blue;
}

#menu0 dl dd {
	background:red;
}