.clear {
	clear: both;
    display: block;
}
.tabbernav {
	margin: 0px;
    padding: 0px;
    width: 225px;
    height: 282px;
}
.tabbernav li {
	width: 165px;
    height: 47px;
    left:0 !important;
    cursor: pointer;
    background: url("/images_new/branding/bg.png") repeat-x center;
    list-style: none;
    padding-left: 10px;
    border-radius: 3px;
    overflow: hidden;
}
.tabbernav li.roundabout-in-focus{
    background: url("/images_new/branding/current.png") -3px -3px no-repeat ;
    width: 199px !important;
    padding-left: 16px;
    height: 47px !important;
}
.tabbernav li.roundabout-in-focus span{
    color: #fff;
    font-size: 14px;
}
.tabbernav li span {
    color: #58317e;
    text-decoration: none;
    font-weight: bold;
    white-space: normal;
    line-height:1em;
    display:block;
    position:relative;
    top:50%;
    margin-top:-0.5em;
}

