
.dropdown {
/*	float:left; */
	}
	
	
.dropdown dt {
	/*width:160px; */
	cursor:pointer;
	/*background:url(images/header.gif)*/
	}

.dropdown dt:hover 	{
		/*background:url(images/header_over.gif)*/
		}
		
.dropdown dd {
		position:absolute; 
		overflow:hidden; 
		width:160px;
		margin-left:19px;
		*margin-left:-80px;
		display:none; 
		background:#fff; 
		z-index:200; 
		opacity:0
		}
		
.dropdown ul {
	width:160px;
	margin:auto;
	list-style:none; 
	background:#04C005;
	}
	
.dropdown li {
	display:inline
	}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block; 
	padding:5px;
	color:#FFF; 
	text-decoration:none; 
	background:#04C005;
	width:160px;
	*width:auto;
	text-indent:-6px;
	*text-indent:-38px;
	border-bottom:1px solid #b9d6dc;

	}
	
.dropdown a:hover {
	background:#0C890D;
	}
	
.dropdown .underline {
	
	}