#dropmenudiv{
	position:absolute;
	font:normal 15px Verdana;
	
	line-height:20px;
	z-index:100;
	margin-top:0px;
/*	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #555555;
	border-bottom-color: #555555;
	border-left-color: #555555;*/
}

#dropmenudiv a{
	display: block;
	text-indent: 18px;
	/*border-bottom: 1px solid #FFF;*/
/*padding: 1px 0;*/
padding: 2px 0 3px 2px;
	text-decoration: none;
	font-weight: normal;
	font-size:16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9a1b10;
	
}

#dropmenudiv a:link, #dropmenudiv a:active, #dropmenudiv a:visited{ /*hover background color*/
background-color: #ea3d2f;
background-image:url(../images/new_crown.gif);
background-repeat:no-repeat;
background-position:left;
color:#FFFFFF;
font-weight: normal;
font-size:13px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #f39289;
color:#000000;
font-weight: normal;
font-size:13px;
}