/* CSS Document */
#dropmenudiv{
position:absolute;
border:1px solid transparent;
border-bottom-width: 0px;
border-bottom-color:#f9a4c6;
font:bold 12px Verdana;
text-transform:none;
line-height:28px;
width:170px;
z-index:100;

}


#dropmenudiv a{
display: block;
text-transform:none;
border-bottom: 1px solid #f9a4c6; 
border:1px solid #f9a4c6;
padding: 0px;
background-color: #2f2f2f;
text-decoration: none;
color:#ffffff;
padding-left:5px; width:170px;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #2f2f2f;
color:#f9a4c6;
text-decoration: none;
padding-left:5px;
width:170px;
border:1px solid #f9a4c6;
}



/*bottom*/
#dropmenudiv2{
position:absolute;
border:1px solid #000000; width:138px;
border-bottom-color:#000000;
border-bottom-width: 1px;
font:normal 10px Arial;
line-height:20px;
z-index:100;
width:138px;
}

#dropmenudiv2 a{
display: block;
text-indent: 0px;
border-bottom: 1px solid #000000;
padding: 0px 0;
text-decoration: none;
background-color: #2f2f2f; width:138px;
text-decoration: none;
color:#d7aa2e;
padding-left:8px;
width:138px;
}

#dropmenudiv2 a:hover{ /*hover background color*/
background-color: #2f2f2f;
color:#9cc6ec;
text-decoration: none; width:138px;
padding-left:8px;
border:1px solid #000000;
}

