.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #FFF9FA;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

#dropmenu4_a a {
color:#ffffff;
text-decoration:none;
}

#dropmenu4_a a:hover {
color:#000000;
text-decoration:none;
}

#dropmenu4_a1 a {
color:#ffffff;
text-decoration:none;
}

#dropmenu4_a1 a:hover {
color:#000000;
text-decoration:none;
}

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid #e4e5e7; /*THEME CHANGE HERE*/
border-top-width: 1px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 13px Arial;
line-height:18px;
z-index:100;
background-color: #e90101;
width: 200px;
visibility: hidden;
text-align:left;
color:#6D6864;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #e4e5e7;
border-bottom: 1px solid #e4e5e7; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #6D6864;
font-weight:bold;

}

.dropmenudiv_a a:hover{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #e4e5e7;
border-bottom: 1px solid #e4e5e7; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #000000;
font-weight:bold;

}


.dropmenudiv_a a:link{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #e4e5e7;
border-bottom: 1px solid #e4e5e7; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #ffffff;
font-weight:bold;

}


* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
display: block;
text-indent: 5px;
border-top: 0 solid #e4e5e7;
border-bottom: 1px solid #e4e5e7; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #6D6864;
font-weight:bold;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
color: #ffffff;
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #e4e5e7;
border-bottom: 1px solid #e4e5e7; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight:bold;
}