#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font-size: 9px;
line-height:16px;
z-index:10;
background-color: #E7B4A5;
}

#dropmenudiv.gray{
	background-color: #999999;
}

#dropmenudiv.graylight{
	background-color: #e1e2e3;
}

#dropmenudiv a{
	background-image: url(../img/icons/submenu_bullet_off.gif);
	background-repeat:no-repeat;
	background-position: 2px 3px; 
	padding-left: 16px;
	color: #000000;
	text-decoration:none;
	width: 100%;
	display: block;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-image: url(../img/icons/submenu_bullet_on.gif);
	color: #FFFFFF;
}

#dropmenudiv.gray a{
	background-image: url(../img/icons/submenu_gray_bullet_off.gif);
}

#dropmenudiv.gray a:hover{ /*hover background color*/
	background-image: url(../img/icons/submenu_gray_bullet_on.gif);
}

#dropmenudiv.graylight a{
	background-image: url(../img/icons/submenu_gray_bullet_off.gif);
}

#dropmenudiv.graylight a:hover{ /*hover background color*/
	background-image: url(../img/icons/submenu_gray_bullet_on.gif);
	color: #939a9d;
}
