#nav {
	display: block;
	border-top:1px solid #FFF;	
	clear: both;
	text-align: center;
	}

#nav a.navlink {
	display: block;
	float: left;
	white-space:nowrap;	
}

*html #nav a.navlink {
	padding-left:10px;
	padding-right:9px;
	padding-top:10px;
}

#nav a.navlink:hover {
	background: #e9d529;
	color:#58585a;
}

#nav div {
	display: none;
	position: absolute;
	background: #a3291e;
	z-index: 50;
	text-align: left;
	white-space: nowrap;
	padding:10px;
	left: -1px;
	top:25px;
}

*html #nav div {
	background:#a3291e;
}

#nav div a {
	display: block;
	padding: 5px;
	text-decoration: none;
	zoom: 1;
	color:#ffffff;	
	white-space:nowrap;
}

#nav div a:hover {
	/*background: url(../images/grey-70.png);*/
	background: #98261b;
}

*html #nav div a:hover {
	background:#98261b;
}