.ddcolortabs{
 float: right;
	width:782px;
	
	height:25px;
}

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
	height:25px;
}

.ddcolortabs li{
	position: relative;
	padding:0 ;
	background:url(bg.gif) repeat-x;
	margin-bottom:10px;
	display: block;
	vertical-align:bottom;
	float: left;
	padding:0px;
	height:25px;
	line-height:20px;
	width:auto;
border-right:1px solid #fff;
}

.ddcolortabs a{
float:left;
color: white;
background:none;
margin:0 0px 0 0;
padding:0px 7px 0px 10px;
text-decoration:none;
text-align:center;
font-size:10px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;
text-decoration:none;

height:25px;
line-height:25px;
width:auto;
}


.ddcolortabs a:hover{
background:url(bg_over.gif) repeat-x;
color:#fff;

}

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

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

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 11px Verdana, Arial, Helvetica, sans-serif;
width: 164px !important;
width: 145px;
line-height:18px;
z-index:100;
background-color:#A5D71C;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-align:left;

border-top: 0 solid #fff;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 2px 0 2px 20px;
text-decoration: none;
color: #fff;

}

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

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