.ui-tabs-nav {
	float: left;
	overflow: hidden;
	width: 20%;
}
.ui-tabs-panel {
	overflow: hidden;
	width: 80%;
	display: block;
}

#tabs ul li {
	    background: #006fff;
    padding: 5px 0;
    width: 76%;
    color: #FFF;
    text-align: center;
    
    margin-bottom: 13px;

}
#tabs ul li a {
	color: #FFF;
text-align: center;
text-decoration: none;
font-size: 11px;
}

#tabs ul li:hover {
	background: red;

}
#tabs ul .ui-tabs-active {
	background: red;
}

