#dropmenudiv{
position:absolute;
border-bottom-width: 0;
line-height:12px;
z-index:100;
color: #000000;
margin-left:0px;
/*font-family: 'bougansskregular';*/
font-size:14px;
margin-top:11px;
/*background-color:#3b3b3b !important;*/
background-image:url(../images/menubg.jpg);
background-repeat:repeat-y;
background-position:top left;
}

#dropmenudiv2
{
	position:absolute;
border-bottom-width: 0;
line-height:12px;
z-index:100;
color: #000000;
margin-left:0px;
font-size:14px;
margin-top:11px;
background-color:#930202 !important;

}

#dropmenudiv a, #dropmenudiv2 a{
width: 100%;
display: block;
text-indent: 12px;

text-decoration: none;
color: #fff;
border-bottom: 1px solid #fff;
line-height:27px;
padding:2px 0px;
}
#dropmenudiv a:last-child, #dropmenudiv2 a:last-child
{
	border-bottom:0px;
}


#dropmenudiv a:hover{ /*hover background color*/
background-color: #323232;
}

#dropmenudiv2 a:hover{ /*hover background color*/
background-color: #810000;
}



