/* PALETTE 
dk orange: #F76C00
med orange: #F88933
lt orange: #F59448
blue: #005581
lt blue: #3E738F
*/
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-left: 0px solid #005581; /*THEME CHANGE HERE*/
border-right: 0px solid #005581; /*THEME CHANGE HERE*/
border-top: 0px solid #005581; /*THEME CHANGE HERE*/
border-bottom: 0px solid #005581; /*THEME CHANGE HERE*/
border-bottom-width: 1;
font: normal 12px "Times New Roman", Times, serif;
line-height:28px;
z-index:10000;
background-color: #F76C00;
width: 160px;
visibility: hidden;
text-align: left;
filter: alpha(opacity=90);
-moz-opacity: .90;
opacity: .90;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 15px;
border-bottom: 0px solid #005581; /*THEME CHANGE HERE*/
padding: 2px 0 2px 0;
text-decoration: none;
font-family: "Times New Roman", Times, serif;
font-size: 13px;
font-weight: bold;
color: #FFFFFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
font-family: "Times New Roman", Times, serif;
font-size: 13px;
font-weight: bold;
color: #005581;
background-color: #F59448;
}

.dropmenudiv2{
position:absolute;
top: 0;
border-left: 0px solid #005581; /*THEME CHANGE HERE*/
border-right: 0px solid #005581; /*THEME CHANGE HERE*/
border-top: 0px solid #005581; /*THEME CHANGE HERE*/
border-bottom: 0px solid #005581; /*THEME CHANGE HERE*/
border-bottom-width: 1;
font: normal 12px "Times New Roman", Times, serif;
line-height:28px;
z-index:10000;
background-color: #F76C00;
width: 210px;
visibility: hidden;
text-align: left;
filter: alpha(opacity=90);
-moz-opacity: .90;
opacity: .90;
}

.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 15px;
border-bottom: 0px solid #005581; /*THEME CHANGE HERE*/
padding: 2px 0 2px 0;
text-decoration: none;
font-family: "Times New Roman", Times, serif;
font-size: 13px;
font-weight: bold;
color: #FFFFFF;
}

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

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
font-family: "Times New Roman", Times, serif;
font-size: 13px;
font-weight: bold;
color: #005581;
background-color: #F59448;
}