.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

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


.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
}


.ddcolortabs a{
float:left;
color: #ffffff;
background: #ccc url(media/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 4px 3px;
text-decoration:none;
	font-weight: bold;
	font-size: 1em;
}

.ddcolortabs a span{
float:left;
display:block;
color: #FFFFFF;
background: transparent url(media/color_tabs_right.gif) no-repeat right top;
padding: 6px 8px 3px 7px;
}

.ddcolortabs a span{
float:none;
}

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

.ddcolortabs a:hover span{
background-color: #4F5557;
color: #CBC490;
}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
background-color: #000;border-bottom: 4px solid #AB5429;
padding-bottom: 0;
}

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

.tabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
height:1em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}

.tabcontent span a, .tabcontent span a:link, .tabcontent span a:visited, .tabcontent span a:active {
  margin: 0px;
	padding:3px;
border-left: 1px solid #ccc;border-right: 1px solid #ccc;
background:transparent;
text-align: center;
color: #585952;	font-weight: none;font-size : 11px; 
}
.tabcontent span a:hover {
color: #900;background-color: #ededed;border-left: 1px solid #000;border-right: 1px solid #000;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
padding:0px;
background-color: #ccc;
border: 1px solid gray;
}

#myform .textinput{
width: 150px;
background-color: #F5F5F5;
}

#myform .submit{
font: bold 11px Verdana;
background: url(media/fade.jpg) repeat;
color: white;
}