<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ubercolortabs{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
}

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

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0px 0px 0px 0px;
text-transform: uppercase;
font: Verdana,Tahoma,Arial,sans-serif; 
font-size:11px;
font-weight: bold; 
text-decoration: none; 


}


.ubercolortabs li a{
float: right;
color: black;
font: bold Verdana,Tahoma,Arial,sans-serif;
font-size:11px;
background: #f4f4f4 no-repeat right 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;
padding: 3px 3px 3px 0px;
color: #505050; 
display: block; 
background: #f4f4f4; border-left: 4px solid #cccccc;
}


.ubercolortabs a span{
float: right;
display: block;
font: bold medium Verdana,Tahoma,Arial,sans-serif;
background: transparent no-repeat right top; /*right corner image*/

cursor: pointer;
border-right: 1px solid #286ea0; 
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
background-color: #eaeaea; /*background color of tabs onMouseover*/
background: #eaeaea; 
color: #286ea0; 
border-left: 4px solid #286ea0; 
}

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


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

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


.ubercolordivider1{ /*CSS for horizontal line.*/
height: 30px;
}



</style>

