.ddcolortabs{
  height: 28px;
  background: url('images/main_top_nav_bg.gif');
  float: left;
  margin: 0 0 5px 8px;
  width: 950px
}

.ddcolortabs ul{
  padding: 0;
  /*display: inline;*/
  height: 26px;
  background: url('images/top_nav_li_bg.gif') no-repeat 0 0;; list-style-type:none; margin-left:316px; margin-right:0; margin-top:0; margin-bottom:0; padding-left:2px;
}

.ddcolortabs li{
  float: left;
}

.ddcolortabs li a {
  height: 26px;
  line-height: 26px;
  display: block;

  text-decoration: none;
  background: url('images/top_nav_li_bg.gif') no-repeat right; padding-left:16px; padding-right:16px; padding-top:0; padding-bottom:0
}

.ddcolortabs a{
float:left;
text-decoration:none;
line-height: 14px;
letter-spacing: 1px; margin-left:0; margin-top:0; margin-bottom:0; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:1px
}

.ddcolortabs a span{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: white;
float:left;
display:block;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #A80329;
}

.ddcolortabs a:hover span{
background-color: #A80329;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #A80329;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: black;
/*Remove this to remove border between bar and tabs border-top: 1px solid #fff; */
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
margin-top: -1px;
border-left:1px solid #9E967F; border-right:1px solid #9E967F; border-top:1px solid #9E967F; border-bottom:1px solid #9E967F;position: absolute;
top: 0; /*THEME CHANGE HERE*/
line-height:18px; z-index:100; background-color:#F7F5F0; width:200px; visibility:hidden; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Arial; border-bottom-width:1px/*Top border width. Should match height of .ddcolortabsline above*/

}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 10px;
border-top: 1px dotted #9E967F;
border-bottom: 0px solid #9E967F; /*THEME CHANGE HERE*/
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #7D7663; padding-left:0; padding-right:0; padding-top:2px; padding-bottom:2px
z-index:1; 
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #A80329;
color: #ffffff;
}