.dropmenudiv {
	position: absolute;
	visibility: hidden;
	border: 1px solid #262626;
	border-bottom-width: 0;
	font: normal 11px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #4A4A4A;
	width: 205px;
}

.dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #262626;
	padding: 2px 0;
	text-decoration: none;
	text-indent: 5px;
	color: #FFFFFF;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { 
	background-color: #FFFFFF;
	color: #262626;
}
