#dropmenudiv{
	position:absolute;
	height:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	z-index: 107;
}

#dropmenudiv a{
	width: 170px;
	background-image: url(../images/roll_png_001.png);
	display: block;
	text-decoration: none;
	font-weight: bold;
	height:30px;
	font-size: 11px;
	color: #000000;
	text-align: left;
	background-repeat: no-repeat;
	line-height: 300%;
	padding-left:22px;
	padding-right:22px;
	margin-right:-30px;
	margin-top: 0px;
	z-index: 107;
}

#dropmenudiv a:hover{ /*hover background color*/
	height:30px;
	background-image: url(../images/roll_png_002.png);
	vertical-align:middle;
	text-decoration: underline;
	color:#000000;
	z-index: 107;
}


div.menu a:link {
	color: #000000;
	text-decoration:none;
	background-image: url(../images/roll_ping.png);
	z-index: 107;
}

#navtopmenudiv{
	display:block;
	text-align:left;
	height:27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height:27px;
	top: 90px;
	position: absolute;
	font-weight: bold;
	left:50%;
	margin-left:-520px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	z-index: 107;
}
#navtopmenudiv a{
	display:block;
	margin-left:30px;
	padding-left:19px;
	padding-right:13px;
	margin-right:-30px;
	height:27px;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	float:left;
	z-index: 107;
}

#navtopmenudiv a:hover{
	display:block;
	background-image: url(../images/homea.png);
	height:27px;
	text-decoration: underline;
	float:left;
	z-index: 107;

}

#navtopmenudiv a:active{
	display:block;
	background-image: url(../images/homea.png);
	height:25px;
	text-decoration: underline;
	float:left;
	z-index: 107;
}