* {padding:0; margin:0}
.dropdown {
	border-right-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #9E9E9E;
	float: left;
}
.dropdown dt {
	width:auto;
	padding:3px;
	font-weight:bold;
	cursor:pointer;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../images/men-bg.jpg);
}
.dropdown dt:hover {
	font-family: verdana;
	font-size: 10px;
	background-repeat: repeat-x;
	padding: 3px;
	background-image: url(../images/main-bg5.jpg);
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:200px;
	display:none;
	opacity:0;
	color: #FFFFFF;
}
.head-text {
	color: #FFFFFF;
}

.dropdown ul {
	width:200px;
	list-style:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #7A7A7A;
}
.dropdown li {
	display:inline;
	font-family: verdana;
	font-size: 10px;
	width: auto;
}

.dropdown a{
	display:block;
	padding:5px;
	text-decoration:none;
	width:auto;
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
}
.dropdown a:hover {
	width: auto;
	color: #000000;
	background-color: #CCCCCC;
}

.dropdown a:active{
	display:block;
	padding:5px;
	text-decoration:none;
	width:auto;
	font-family: verdana;
	font-size: 10px;
}

.dropdown a:visited {
	display:block;
	padding:5px;
	text-decoration:none;
	width:auto;
	font-family: verdana;
	font-size: 10px;
}

.dropdown .underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	width: auto;
}
.head-text:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.body-headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
}

