body {
	font:12px Verdana, Arial, Helvetica;
}
* {padding:0; margin:0}
.dropdown {
	float:left;
	text-align: center;
	width: 126px;
	height: 60px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #996830;
}
.dropdown dt {
	width:126px;
	font-weight:bold;
	cursor:pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 50px;
	text-align: center;
	padding-top: 10px;
}
.dropdown dt:hover {
	background-image: url(img/bg_head_bottom_nav_back_lg.jpg);
	color: #FFFFFF;
}
.dropdown dd {
	overflow:hidden;
	width:208px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0;
	text-align: center;
	vertical-align: middle;
	position: absolute;
}
.dropdown ul {
	width:204px;
	list-style:none;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #996830;
	border-top-color: #996830;
	border-bottom-color: #996830;
	border-left-color: #996830;
}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#333;
	text-decoration:none;
	width:194px;
	background-color: #FEDD8E;
}
.dropdown a:hover {
	color:#FFFFFF;
	background-image: url(img/bg_head_bottom_nav_back.jpg);
}
.dropdown .underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
