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

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

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

/* dt fix */
.dropdown dt {
	display:block;
	background:url(../images/bg-nav-main.gif);
	background-color:#0d3436;
	border-right-color: #005b60;
	border-right-style: solid;
	border-right-width: 1px;
	color: #FFF;
	padding-top: 19px;
	text-align: center;
	height: 32px;
	width: 126px;
	cursor:pointer;
}

.dropdown dt:hover {
	text-align: center;
	background:url(../images/bg-nav-main-over.gif);
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	color:#FFF;
	text-decoration:none;
}

.dropdown a:hover {
	
}

/* dd fix */
.dropdown dd {
	width: 126px;
	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 ul a, .dropdown ul a:active, .dropdown ul a:visited {
	padding: 8px;
	font-size: 12px;
	background:#abbcbd;
}

.dropdown ul a:hover {
	background:#005b60;
}


/* single clikable menu item */

.nodrop, .nodrop:active, .nodrop:visited {
	text-align: center;
	font-size: 14px;
	color:#FFF;
	text-decoration:none;
	float:left;
	display:block;
	background:url(../images/bg-nav-main.gif);
	padding-top: 19px;
	height: 32px;
	width: 126px;
	cursor:pointer;
}

.nodrop:hover {
	background:url(../images/bg-nav-main-over.gif);
}