/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position:absolute;
top: 0;
border: 1px solid #0A3247; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Tahoma;
line-height:18px;
z-index:100;
background-color: #0A3247;
width: 125px;
visibility: hidden;
text-align: left;
margin-top: 5px;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px dotted #165C83; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #165C83;
}

.dropmenudiv2 {
position:absolute;
top: 0;
border: 1px solid #0A473B; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Tahoma;
line-height:18px;
z-index:100;
background-color: #0A473B;
width: 160px;
visibility: hidden;
text-align: left;
margin-top: 5px;
}

.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px dotted #16826B; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #16826B;
}

.dropmenudiv3 {
position:absolute;
top: 0;
border: 1px solid #003366; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Tahoma;
line-height:18px;
z-index:100;
background-color: #461F02;
width: 160px;
visibility: hidden;
text-align: left;
margin-top: 5px;
}

.dropmenudiv3 a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px dotted #724726; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

* html .dropmenudiv3 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv3 a:hover{ /*THEME CHANGE HERE*/
background-color: #724726;
}