/* CSS Document */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddcolortabs{
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0 auto;
}

#ddcolortabs ul{
font: 11px Arial, Verdana, sans-serif;
margin:0;
margin-right: 40px;
padding:0;
list-style:none;
float:right;
}
* html #ddcolortabs ul{ margin-right: 40px;
}
#ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


#ddcolortabs a{
	float:left;
	color: white;
	background: #678b3f url(images/color_tabs_left.gif) no-repeat left top;
	margin:0 2px 0 0;
	padding:0 0 2px 3px;
	text-decoration:none;
	letter-spacing: 1px;
	border-bottom: 0px;
	/*border-bottom: 1px solid #fff;*/
}

#ddcolortabs a span{
float:left;
display:block;
background: transparent url(images/color_tabs_right.gif) no-repeat right top;
padding:6px 9px 2px 6px;
border-bottom: 1px solid #678b3f;
}

#ddcolortabs a span{
float:none;
}


#ddcolortabs a:hover{
background-color: #8cb85c;
border-bottom: 1px solid #8cb85c;
}

#ddcolortabs a:hover span{
background-color: #8cb85c;
border-bottom: 1px solid #8cb85c;
}

#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
background-color: #8cb85c;
border-bottom: 1px solid #8cb85c;
}
#ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #8cb85c;
/*border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

