
ul.tabbed-nav{margin:0px;padding:0px;display:inline-block;width:100%;margin-bottom:10px;border-bottom:1px solid #999;margin-top:15px;}
ul.tabbed-nav li{margin:0px;padding:0px;float:left;background:none;background-color:#009977;color:#fff;background: #097;
	background: -moz-linear-gradient(top, rgba(0, 153, 119, 1) 60%, rgba(0, 102, 93, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,rgba(0, 153, 119, 1)), color-stop(100%,rgba(0, 102, 93, 1)));
	background: -webkit-linear-gradient(top, rgba(0, 153, 119, 1) 60%,rgba(0, 102, 93, 1) 100%);
	background: -o-linear-gradient(top, rgba(0, 153, 119, 1) 60%,rgba(0, 102, 93, 1) 100%);
	background: -ms-linear-gradient(top, rgba(0, 153, 119, 1) 60%,rgba(0, 102, 93, 1) 100%);
	background: linear-gradient(top, rgba(0, 153, 119, 1) 60%,rgba(0, 102, 93, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009977', endColorstr='#00665d',GradientType=0 );	
	margin-right:1px;margin-left:1px;-webkit-border-top-left-radius: 10px;-webkit-border-top-right-radius: 10px;-moz-border-radius-topleft: 10px;-moz-border-radius-topright: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;font-size:90%;list-style:none;}
ul.tabbed-nav li a{color:#fff;display:block;padding:4px 12px;text-decoration:none;}
ul.tabbed-nav li:hover, 
ul.tabbed-nav li.current{
	margin-top:2px;
	background: #5bbf21; /* Old browsers */
	background: -moz-linear-gradient(top,  #5bbf21 49%, #48941b 96%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#5bbf21), color-stop(96%,#48941b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5bbf21 49%,#48941b 96%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5bbf21 49%,#48941b 96%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5bbf21 49%,#48941b 96%); /* IE10+ */
	background: linear-gradient(to bottom,  #5bbf21 49%,#48941b 96%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bbf21', endColorstr='#48941b',GradientType=0 ); /* IE6-9 */
}
ul.tabbed-nav li:hover a, 
ul.tabbed-nav li.current a{padding-bottom:2px;}
