@charset "utf-8";
/* CSS Document */
div#menu {
	margin:0; 
	padding:0;
	position:relative;
	z-index:100;
	float:right;
	width:auto;
	height:30px;
}

ul#ddm{	
	margin: 0;
	padding: 0;
	z-index: 30;
	height:30px;
	line-height:30px;
	float:right;
}

ul#ddm li{	
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	float: left;
	background:#444;
}
	

ul#ddm li a {	
	display: block;
	color: #eee;
	text-align: center;
	text-decoration: none;
	padding:0 10px;
	margin:0;
}

ul#ddm li a:hover{	
	background: #777;
	color:#fff;
}

ul#ddm div{	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	line-height:normal;
	width:auto;
}

	ul#ddm div a {	
		display: block;
		margin: 0;
		padding:0 10px ;
		line-height:30px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #444;
		color: #eee;
		font-weight:normal;
		border-bottom:1px solid #222;
	
	}

	ul#ddm div a:hover {
		background: #777;
		color: #fff;
	}
