

.dropmenudiv{
position:absolute;
top: 0;
line-height:18px;
z-index:100;
width: 176px;
visibility: hidden;
text-align:left;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
}


.dropmenudiv a{
width: auto;
font-weight: bolder;
font-size: 14px;
text-transform: capitalize;
display: block;
text-indent: 4px;
background: #191919;
padding: 3px 0px;
text-decoration: none;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #fff;
color: #191919;
}



.dropmenudiv2{
position:absolute;
top: 0;
border: 1px solid #1078af; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
z-index:101;
background-color: #e6e6e6;
width: 230px;
visibility: hidden;
text-align:left;
color: #fff;
}


.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 4px;
border-bottom: 1px solid #1078af; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
color: #2b3919;
}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #cccccc;
color: #2b3919;
}

