#flash-inner {
	z-index:1;
}

/* if nav width changes then adjust "dt fix" and "dd fix" below */
#nav {
     margin:0 auto;
	width: 901px;
	z-index: 2;
}

.dropdown {
	float: left;
	font-size: 14px;
	color: white;
	position:relative;
}

/* dt fix */
.dropdown dt#one-ddheader {
	width: 126px;
}

.dropdown dt {
	background:url(../images/bg-nav-main.gif);
	border-right-color: #885d57;
	border-right-style: solid;
	border-right-width: 1px;
	color: white;
	padding-top: 19px;
	text-align: center;
	height: 32px;
	width: 153px;
	cursor:pointer;
}

.dropdown dt:hover {
	text-align: center;
	background:url(../images/main-nav-ro.gif);
	color:#958851;
}

/* dd fix */
.dropdown dd#one-ddcontent {
	width: 126px!important;
}

.dropdown dd {
	width: 153px;
	position:absolute;
	overflow:hidden;
	display:none;
	z-index:200;
	opacity:0
}

.dropdown ul {
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	list-style:none;
	border-bottom:none
}

.dropdown li {
	text-align: center;
	display: inline
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	padding: 8px;
	font-size: 12px;
	display:block;
	color:#FFF;
	text-decoration:none;
	background:#958851;
}

.dropdown a:hover {
	background:#55170e;
}

.dropdown .underline {
}
