ul.jtabs
{
    width:775px;
    margin:0;
    padding:0px;
}

ul.jtabs li
{
    display:block;
    float:left;
    padding-right:1px;
}

ul.jtabs li>a
{
	background: transparent url('../../../image/public/rider_default_li.png') no-repeat top left;	
    display:block;
    float:left;
	
	font-family: Arial;
    font-size:13px;
	font-weight: bold;    	
    color:#2C4E86;	
    text-decoration:none;
	
	line-height: 24px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 30px; /* Height of button background height */
	
	padding:0; /* RESET */
	padding-left: 6px; /* Width of left menu image */
}

ul.jtabs li>a>span
{
	background: transparent url('../../../image/public/rider_default_re.png') no-repeat top right;
	display: block;
	padding: 3px 12px 3px 6px; /*Set 11px below to match value of 'padding-left' value above*/
}


ul.jtabs li a:hover
{
    color:#2C4E86 !important;
	background-color:transparent !important;
}

.selected 
{    		
	color:#FFFFFF !important;
	background: transparent url('../../../image/public/rider_li.png') no-repeat top left !important;
}

.selected>span
{    		
	color:#FFFFFF !important;
	background: transparent url('../../../image/public/rider_re.png') no-repeat top right !important;
}


.jtab-content
{
	background-color: #FFFFFF;
    clear:both;
	
    border:1px solid #E9E9E9;    
	
}