.ddcolortabs{
  margin:0px;
  padding:0px;
  width:950px;
  position:absolute;
}

.ddcolortabs ul{
	margin:0px;
	padding:0px;
	width:950px;
    font-size: 14px;
    font-weight: bold;
    list-style:none;
}

.ddcolortabs li{
    float:left;
	margin:0px;
}


.ddcolortabs a{
	float:left;
	background:url(../img/menu_bg1.jpg);
	height:44px;
	line-height:44px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	font-family:Helvetica;
	font-size:11px;
	font-weight:bold;
	width:115px;
	text-transform:lowercase;
}


.ddcolortabs a:hover{
    color: #ffffff;
    text-decoration:none;
	background:url(../img/menu_bg2.jpg);
}

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

.dropmenudiv_a{
    text-align: center;
    position: absolute;
    top: 0;
	font-family:Helvetica;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    z-index: 100;
    background: transparent url('../img/submenu_bottom.png') bottom no-repeat;
    visibility: hidden;
    width: 134px;
	padding:0px;
	padding-bottom:13px;
    /*padding: 3px 5px;
    _padding: 3px 0px;*/
}


.dropmenudiv_a a{
    width: auto;
    display: block;
    text-indent: 5px;
    border-top: 0px dotted #ffffff; /*THEME CHANGE HERE*/
    padding: 0;
    padding-left:8px;
    padding-right:8px;
	text-decoration: none;
    color: #ffffff;
	background:url('../img/submenu_bg.png');
	
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
    color: #ffffff;
	background:url('../img/submenu_bg2.png');
}