/* CSS Document */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddcolortabs{
	margin-left: 350px;
	width: 545px;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#ddcolortabs ul{
	font: bold 11px Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}

#ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0px;
text-transform:uppercase;
}


#ddcolortabs a{
float:left;
color: white;
background: #8CC121 url(images/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#ddcolortabs a span{
	float:left;
	display:block;
	background: transparent url(images/color_tabs_right.gif) no-repeat right top;
	padding:4px 7px 2px 5px;
}

#ddcolortabs a span{
float:none;
}


#ddcolortabs a:hover{
background-color: #E6E7E8;
}

#ddcolortabs a:hover span{
	background-color: #E6E7E8;
	color: #8DC120;
}

#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
	background-color: #0033CC;
}

#ddcolortabsline{
	clear: both;
	padding: 0px;
	width: 955px;
	height: 6px;
	line-height: 6px;
	background: url(images/bckgrnd.gif) repeat-x;
	border-top: 1px solid #8CC121; /*Remove this to remove border between bar and tabs*/
}
