* {
	padding: 0; 
	margin: 0;
}

.dropdown {
	float:left; 
	padding-right: 5px;
	margin: 0 0 0 30px;
}
.dropdown dt {
	width: auto; 
	height: 30px;
	margin: 7px 0 0 0;
	font-weight:bold; 
	cursor:pointer; 
}

.dropdown dd {
	height: 30px;
	position: absolute; 
	overflow:hidden; 
	width: 150px; 
	display:none; 
	background:#fff; 
	z-index:200; 
	opacity:0;
	margin: -7px 0 0 -7px;
}

.dropdown ul {
	width: auto; 
	list-style:none; 
	border-top:none;
}

.dropdown li {
	display:inline;
	height: 30px;
	
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block; 
	padding: 7px; 
	color: #000; 
	text-decoration: none; 
	background:#FFF; 
	width:auto;
}

.dropdown a:hover {
	background: #E1E1E1 url(../layout/pointer.gif) center bottom no-repeat;
	color:#000;
}
	