.tab-widget {
    /*background: #f4f4f4;*/
    margin: 10px 0 2px;
    /*clear: both;*/
    zoom: 1;
}

.tab-menu {
    height: 28px;
    margin: 0;
    padding: 0;
}

ul.tab-menu {
    list-style: none;
    height: 28px;
	padding:0;
	margin:0;
}

ul.tab-menu li {
	float: left;
	border: solid #e2e2e2;
	border-width: 1px 1px 0 1px;
	margin: 0 1px 0 0;
    /*padding: 6px;*/
    height: 28px;
    background: url("/images/f6.png") repeat-x;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

ul.tab-menu li a {
	padding: 8px 14px 2px;
    /*margin: auto;*/
    display: block;
    color: #777777;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}

.tab-content {
    margin: 0;
	border: 1px solid #e2e2e2;
    padding: 10px;
    background: #ffffff;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;

    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;

    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

ul.tab-menu li.active {
	/*padding-bottom: 7px;*/
	background: #ffffff;
}

ul.tab-menu li.active a {
    color: #4F6698;
}