.dropmenudiv {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	border: 0;
	line-height:18px;
	font-size: 11px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}

.dropmenudiv ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.dropmenudiv ul li {
	margin: 0;
	padding: 0;
}

.dropmenudiv ul li a {
	width: auto;
	height: 25px;
	display: block;
	background-color: #F5F5F5;
	text-indent: 5px;
	border: 0;
	text-decoration: none;
	color: #666;
	line-height: 25px;
}

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

.dropmenudiv ul li a:hover {
	background-color: #CCC;
	color: #333;
	text-decoration: none;
}