.dropdown {
	float:left; 
	padding-right:1px;
	}
.dropdown dt {
	width:179px;
	height:28px;

	color:#000000;
	padding-top:6px;
	font-weight:bold;
	font-size:15px;
	cursor:pointer;
	background:url(../images/header.gif);
	}
.dropdown dt:hover {
	background:url(../images/header_over.gif);
	}
	/*background:url(../images/header_over.gif);*/
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:179px;
	display:none;
	background-color:#cfac49;
	z-index:200;
	opacity:0;
	}
.dropdown ul {
	width:179px;
	border:1px solid #cfac49;
	list-style:none;
	border-top:none;
	}
.dropdown li {
	display:inline;
	}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#000000;
	text-decoration:none;
	background:#b5963d;
	width:179px;
	}
.dropdown a:hover {
	background:#f8faf5;
	color:#ff4500;
	}
.dropdown .underline {
	border-bottom:1px solid #ff0000;
	}