#nav-top a {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	width: 191px;
	height: 28px;
	background: #C23C23;
	border-right: 1px solid #FFFFFF;
	padding-top: 12px;
	text-align: center;
	float: left;
	padding-bottom: 1px;
	font: 15px Arial;
}
#nav-top ul {
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0px;
}
#nav-top ul ul{
	z-index: 5;
	background: #C23C23;
	white-space: nowrap;
	position: absolute;
	min-width: 90px;
	margin: 41px 0px 0px -1px;
	padding: 8px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 175px;
}

#nav-top ul ul,
#nav-top ul li:hover ul ul,
#nav-top ul ul li:hover ul ul
{
	display: none;
}



#nav-top ul li:hover ul,
#nav-top ul ul li:hover ul,
#nav-top ul ul ul li:hover ul
{
display: block;
}

#nav-top ul ul a {
	float:none;
	color: #000000;
	text-decoration: none;
	display: block;
	height: auto;
	text-transform: capitalize;
	padding: 5px 0px 10px;
	background: url(none);
	font-size: 13px;
	border-bottom: 1px solid #FFFFFF;
	border-right-style: none;
	text-align: left;
	margin-bottom: 5px;
	width: auto;
}

#nav-top ul ul a:hover {
	color: #FFFFFF;
	background: none !important;

}
.nav-end {
	margin-right: 0px !important;
	border-right: none !important;
}
.dd-mrk {
	color: #E0BE81 !important;	
}
.nav-top-mrk {
	color: #FFFFFF !important;	
}
