* {padding:0; margin:0}
.dropdown {
	float:left;
}

.dropdown dl{
}

.dropdown dt {
	padding-right:20px;
}

.dropdown dt:hover {
	background:;
}

.dropdown dd {
	position:absolute;
	overflow:visible;
	display:none;
}

.dropdown ul {
	position:relative;
	width:auto;
	list-style:none;
	/*background:#fff;*/
	background: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.75)));
	background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.8) 0pt, rgba(0, 0, 0, 0.75) 40px) repeat scroll 0 0 transparent;
	background-image: -ms-linear-gradient(top, #a5b8da, #7089b3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd000000', endColorstr='#aa000000',gradienttype=0);
	margin-top:15px;
	padding-left:5px;
	padding-right:10px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	z-index:90;
}

.dropdown li {
	display:compact;
	line-height: normal;
	padding-bottom:5px;
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	color:#CCC;
}

.dropdown a:hover{
	color:#9CF;
}

.dropdown .underline {
}
