.ubercolortabs{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
}

.ubercolortabs #mainmenu{
font: bold 12px Arial, Verdana, sans-serif;
margin: 10px 10px 0px 60px;
padding: 0;
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
}


.ubercolortabs #item1,#item2,#item3,#item4,#item5,#item6,#item7{
float: left;
color: #7F2860;
background: #FFC61E url(roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(roundright.gif) no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs #item1:hover,#item2:hover,#item3:hover,#item4:hover,#item5:hover,#item6:hover,#item7:hover{
background-color: #7F2860; /*background color of tabs onMouseover*/
color: white;
}

/*show selected menu item*/
#home li.home a,
#candidate li.candidate a,
#client li.client a,
#service li.service a,
#about li.about a,
#contact li.contact a,
#international li.international a{
background-color: #7F2860; /*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: 20px;
line-height: 5px;
background: #7F2860; /*background color of horizontal line*/
}
