/* selectinas q&d mods */


body {
	background-color: #000000;
}

.dl_head {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #cdad7c;
}

.menwrap {
	width: 1225px;
	height: 36px;
	background-image: url("../men-bg.png");
	background-repeat: repeat;
	border-radius: 5px;
	border-top: 1px solid #fff;
	margin-left: 5px;
}

.nav {
	font-family: verdana;
	margin-top: -10px;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	overflow: hidden;
	color: #fff;
}

li {
	float: left;
}

li a {
    display: block;
	text-align: center;
    padding: 16px;
	text-decoration: none;
	color: #fff;

}

li a:hover {
	color: #c7a969;
}
li a:active {
	color: #c7a969 !important;
}

.active {
	color: #c7a969 !important;
}

.men-right {
	float: right;
}



.dph {font-weight:bold; font-size: 12px; margin-top:25px; margin-bottom:0px;}
.dp {font-size: 12px;}