#dropmenudiv{
	position:absolute;
	height:35px;
	width:290px;
	font-size: 12px;
	font-weight: bold;
	z-index: 200;
	list-style:none;
	margin-top: -1px;
}

#dropmenudiv a{
	display: block;
	background-image:url(../images/subber.png);
	text-decoration: none;
	height:35px;
	width:290px;
	font-weight: bold;
	padding-left:16px;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	background-repeat: no-repeat;
	z-index: 200;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: auto;
	line-height: 31px;
}

#dropmenudiv a:hover{ /*hover background color*/
	text-decoration: underline;
	font-weight: bold;
	color:#ffffff;
	font-size:12px;
	z-index: 200;
}


div.menu a:link {
	color: #000000;
	text-decoration:none;
	z-index: 1;
}