/* Start of CMSMS style sheet 'ko-operating : ko-operating-menu-stil' */
.ubercolortabs{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
}

.ubercolortabs ul{
font: bold 13px Arial, Verdana, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
/*text-transform: uppercase;*/
}

/*top, right, bottom, and left.*/
.ubercolortabs a{
float: left;
color: white;
background: #879bf0 url(images/ko-operating/roundleft.png) no-repeat left top; /*default background*/
margin: 0 2px 0 0;
padding: 0 0 0px 3px;
text-decoration: none;

}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(images/ko-operating/roundright.png) no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
background-color: #a3b2f1; /*background color of tabs onMouseover*/
color: white;
}

.ubercolortabs a:hover span{
background-color: transparent;
}


.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #804000; /*background color of horizontal line*/
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* End of 'ko-operating : ko-operating-menu-stil' */

