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

.dropmenudiv{
position:absolute;
top: 0;
left:0;
border-bottom-width: 0;
line-height:25px;
z-index:100000;
background-color: white;
width:170px;
visibility: hidden;
background:#138ac2 ;
font-size:11px;
margin-top:7px;
}
.dropmenudiv a{
width: 170px;
display: block;
text-indent: 3px;
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: #fff;
background:url(../../images/khung.png) left  no-repeat;
padding:5px 0px 5px 15px;
float:left;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#FF6600;
background:#d8dfea;
margin:0px 0px 2px 2px;
}