#tab-content { clear: both; }
#tab-content ul.tab-nav { background-image: url(images/grey_h3.png); background-repeat: no-repeat; background-position: left top; padding: 0px 0px 0px 0px; margin: 0px!important; border-right: 1px solid #a0b1b8; list-style: none; list-style-image: none; }
#tab-content ul.tab-nav li { display: block; float: left; margin: 0; font-size: 12px; list-style: none; list-style-image: none; }
#tab-content ul.tab-nav li a { padding:0.5em; display: block; }
#tab-content ul.tab-nav li a.current { 
    border: none; color: #FFF; 
    background: #5A4099; 
    background: -webkit-gradient (linear, 0 50%, 0 100%, from(#5A4099), to(#3F2975) ); 
    background: -moz-linear-gradient(top, #5A4099, #5A4099, #3F2975);
}
  
  #tab-content ul.tab-nav li#first-tab a.current { 
    border: none; color: #FFF; 
    background: -webkit-gradient (linear, 0 50%, 0 100%, from(#5a4099), to(#3F2975) ); 
    background: -moz-linear-gradient(top, #5a4099, #5a4099, #3F2975);
	-webkit-border-top-left-radius: 11px;
-moz-border-radius-topleft: 11px;
border-top-left-radius: 11px;
}


