


/*dropdown Menu*/
#dropmenudiv{
position:absolute;
border:1px solid #D8A55D;
border-bottom-width: 0;
font:normal 13px Century Gothic;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 1px solid #D8A55D;
padding: 0px 0px 0px 3px;
text-decoration: none;
font-weight:normal;
color:#ffffff;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#4f0302;
width:147px !important;
width:150px;

}




/*dropdown Menu*/
#dropmenudiv1{
position:absolute;
border:1px solid #D8A55D;
border-bottom-width: 0;
font:normal 10px Century Gothic;
line-height:18px;
z-index:100;
}

#dropmenudiv1 a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 1px solid #D8A55D;
padding: 0px 0px 0px 3px;
text-decoration: none;
font-weight:normal;
color:#ffffff;
}

#dropmenudiv1 a:hover{ /*hover background color*/
background-color:#4f0302;
width:147px !important;
width:150px;

}