#dropmenudiv{
position:absolute;
border: none;
background-color:TRANSPARENT;
font-family: Arial;
font-size: 12px;
line-height:18px;
z-index:100;
}

/*------BFC69A-----*/
#dropmenudiv a{
width: 100%;
background-color:TRANSPARENT;
color:#ecb438;
font-weight:bold;
text-indent: 6px;
padding: 0px;
text-decoration: none;
/*font-weight: bold;*/
}

#dropmenudiv a:hover{ /*hover background color*/
/*background-color: #6FC4E3;*/
background-color:none;
background-color:TRANSPARENT;
color:#000000;
text-decoration: none;
}

/*-----2nd-------*/

#dropmenudiv1{
position:absolute;
border: 2px solid;
border-color:#b2d8da;
border-bottom-width: 1px;
font-family: Arial;
font-size: 12px;
line-height:18px;
z-index:100;
}

/*------BFC69A-----*/
#dropmenudiv1 a{
width: 100%;
background-color:#b2d8da;
color:#000000;
font-weight:bold;
display: block;
text-indent: 6px;
border-bottom: 1px solid;
border-color:#b2d8da;
padding: 1px 0;
text-decoration: none;
/*font-weight: bold;*/
}

#dropmenudiv1 a:hover{ /*hover background color*/
/*background-color: #6FC4E3;*/
background-color:#b2d8da;
color:#344344;
text-decoration: none;
}


