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

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #C9D4E0; /*THEME CHANGE HERE*/
border-bottom:0px;
font:11px Verdana bold;
line-height:18px;
z-index:100;
background-color: #EBEFF4;
width: 140px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;

border: 0px; /*THEME CHANGE HERE*/
border-bottom: 1px solid #C9D4E0;
padding: 3px 0 0 5px;
text-decoration: none;
color: #000;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #EBEFF4;
color: #D84600;
}

/* ######### Style for Drop Down Menu2 ######### */

.dropmenudiv_b1{
position:absolute;
top: 0;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #DBDADB;
width: 150px;
visibility: hidden;
}


.dropmenudiv_b1 a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom: 1px solid #FFFFFF;
padding: 2px 0;
text-decoration: none;
color: #000;
}

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

.dropmenudiv_b1 a:hover{ /*THEME CHANGE HERE*/
background-color: #DBDADB;
}