
#dropmenudiv {
	position:absolute;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background-color:#484947;
	color:#ffffff;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color:gray;
	color:#ffffff;
}


#menudiv {
	background-color: white;
	text-align: center;
 	margin-bottom: 10px;
	border-width: 1px;
	border-color: #484947;
	border-top-style: solid;
	border-bottom-style: solid;
}

.menuitem { 
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	border-width: 1px;
	border-color: #484947;
 	color: #3a3a44;
	border-left-style: solid;
}
.menuitem a {
	font-weight: bold;
	text-decoration: none;
 	color: #3a3a44;
}
.menuitem a:hover {
	background-color: gray;
}
.menuenditem {
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	border-width: 1px;
	border-color: #484947;
	border-left-style: solid;
	border-right-style: solid;
}
.menuenditem a {
	font-weight: bold;
	text-decoration: none;
 	color: #3a3a44;
}
.menuenditem a:hover {
	background-color:gray;
}
