.dropmenudiv{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	position:absolute;
	top: 0;
	z-index:100;
	background-color: #767676;
	width: 170px;
	visibility: hidden;
	text-decoration: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.dropmenudiv a:link, .dropmenudiv a:visited{
	width: 170px;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


.dropmenudiv a:hover{
	color: #0099CC;
	text-decoration: none;
}