.hovermenu1 ul{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	text-indent: 35px;
}

.hovermenu1 ul li{
	border: none;
	display:inline;
	margin-right:10px;
	padding: 10px;
}

.hovermenu1 ul li a{
	text-decoration: none;
	color:#898989;
	padding: 5px;
}

.hovermenu1 ul li a:hover{
	color:#000;
	background-image: url(../images/backgrounds/mouseover.png);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}


.hovermenu1 ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
}

#dropmenudiv{
 font-family: Arial, Helvetica, sans-serif;
 position:absolute;
 z-index:100;
 color: #210D00;
 font-size:10px;
 text-indent:;
 font-weight: normal;
 padding-top:0px;
}

#dropmenudiv a{
	width:100%;
	display: block;
	color: #210D00;
	text-decoration: none;
	text-indent:7px;
	padding-top:1px;
	padding-bottom:1px;
	background: url(../images/backgrounds/navigation-mouseover.png);
}

#dropmenudiv a:hover{
	color:#FFFFFF;
	background-image: url(../images/backgrounds/overmenu-mouseover.png);
}
