#dropmenudiv{
	position:absolute;
	line-height:24px;
	z-index:100;
}

#dropmenudiv a{
	background-image: url('../img/submenu_bg.png');
	background-repeat: repeat-y;
	background-position: left;
	font-size: 12px;
	color: white;
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
}

#dropmenudiv a:hover{
	text-decoration: underline;
}
