
.dropmenudiv {
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
	line-height:18px;
	z-index:1000;
	background-color: #ffffff;
	width: 100px;
	padding:10px 2px 0px 2px;
	visibility: hidden;

}


.dropmenudiv a {
	width: auto;
	display: block;
	border-bottom: 1px solid #3366ff;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	color: #3366ff;
}

* html .dropmenudiv a { /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover { 
background-color: #ffffff;
color: #fff;
}