/* ######### Style for Drop Down Menu ######### */

.dropMenuDiv{
position: absolute;
margin-top:-1px;
font-family:Tahoma, Verdana, Arial, sans-serif;

font-size:11px;
z-index:100;
background:url(../images/ddbg_small.gif) repeat-x;
width: 160px;
visibility: hidden;
}

/*
* html .dropMenuDiv{
margin-left:1px;
}*/
.dropMenuDiv a{
width: auto;
display: block;
height:23px;
border: 1px solid #d0cfcf;
border-top:none; /*THEME CHANGE HERE*/
padding: 4px 0 0 16px;
text-decoration: none;
color:#FFFFFF;
background:#036FB7;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropMenuDiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #a7a5a5;*/
color: #fff;
background-color:#fff;
border: 1px solid #fff;
border-top:none;
background:#888A4B;
background-repeat:repeat-x;
height:23px;
}
.dropMenuDiv1{
position: absolute;
margin-top:-1px;
font-family:Tahoma, Verdana, Arial, sans-serif;
font-size:11px;
z-index:100;
background:url(../images/ddbg_small.gif) repeat-x;
width: 160px;
visibility: hidden;
}


/*
* html .dropMenuDiv{
margin-left:1px;
}*/
.dropMenuDiv1 a{
width: auto;
display: block;
height:23px;
border: 1px solid #d0cfcf;
border-top:none; /*THEME CHANGE HERE*/
padding: 4px 0 0 16px;
text-decoration: none;
color: #414140;
background-image:url(../images/ddBG.gif);
background-repeat:repeat-x;
}

* html .dropmenudiv1 a{ /*IE only hack*/
width: 100%;
}

.dropMenuDiv1 a:hover{ /*THEME CHANGE HERE*/
/*background-color: #a7a5a5;*/
color: #fff;
background-color:#fff;
border: 1px solid #fff;
border-top:none;
background-image:url(../images/ddBG_over.gif);
background-repeat:repeat-x;
height:23px;
}