/** Chrome Drop Down Menu- Modify Author:Pronobesh Sarker(Tamal)
//** Date- 22.09.08
//Title-APPOSITE

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border:none; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px arial;
line-height:20px;
z-index:100;
width:130px; 
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom:1px solid #999999;
padding: 5px 0;
background:#191919;
text-decoration: none;
color:#fff;
padding-left:12px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover,#dropmenuselect{ /*THEME CHANGE HERE*/
background:#000000;
color:#92C2F1;
}
