.headmenu tr td ul {
	color: #FA772F;
	height: 18 px;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-transform: capitalize;
	display: inline;	
	margin-left: 0px;
	padding-left: 0px;
}
.headmenu tr td ul li {
	color: #FA772F;
	height: 18 px;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-transform: capitalize;
	display: inline;	
	margin-left: 20px;
}

.headmenu tr td ul li a {
	color: #FA772F;
	margin-left: 0px;
}
.headmenu {
	cursor: pointer;
	border: 1px solid #FA772F;
	color: #FA772F;
	margin-left: 0px;
	height: 18 px;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	width: 100%;
}

#dropmenudiv {
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	/*
	font-weight:bold;
	cursor: pointer;
	width: 172 px;
	height: 18 px;
	display: block;
	border: 0px solid #FFFFFF;
	padding-left: 14px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-left: 1px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	background-image: url(../images/men_roll.gif);
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-bottom: 0.5em;*/
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding-left: 14px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-left: 1px;
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
	/*background-image: url(../images/men_off.gif);
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;*/
}

#dropmenudiv a:hover { /*hover background color*/
	background-image: url(../images/men_roll.gif);
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
