.drop a{
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
padding-bottom:11px;
}

.drop a:hover{
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
padding-bottom:11px;
background:url('/images/arrow.gif');
background-repeat:no-repeat;
background-position:50% 15px ;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border:0px solid #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
z-index:100;
width: 150px;
visibility: hidden;

}

.droptable{
background-color: #C0D3EB;
filter:alpha(opacity=85);
opacity: 0.85;
-moz-opacity:0.85;
}
.droptableArrow{
background:url(/images/droparrow.gif);
background-repeat:no-repeat;
background-position:right;
background-color: #C0D3EB;
filter:alpha(opacity=85);
opacity: 0.85;
-moz-opacity:0.85;

}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #19326B;
}

.dropmenudiv a:hover{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #19326B;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.droptable a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
.droptableArrow a:hover{
background:url(/images/droparrow.gif);
background-repeat:no-repeat;
background-position:right;
background-color: #F0F0F0;
}

.droptableArrowHover{
background:url(/images/droparrow.gif);
background-repeat:no-repeat;
background-position:right;
background-color: #F0F0F0;
filter:alpha(opacity=85);
opacity: 0.85;
-moz-opacity:0.85;
}

