.tabs 
{
  
    margin-top: 5px;
    padding: 3px 4px;
    margin-left: 0;
    font-family: Tahoma,Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
    border-bottom: 1px solid #C0C0C0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tabs li 
{
    azimuth  background-image : url(i/barbg.gif);
	background-repeat : repeat-x;
    display: inline;
    margin: 0;
	font-family: Tahoma,Arial, sans-serif; font-size:11px;
}

.tabs li a {
    text-decoration: none;
    padding: 3px 7px;
    margin-right: 3px;
    border: 1px solid #C0C0C0;
    border-bottom: none;
    background-image : url(i/barbg.gif);
	background-repeat : repeat-x;
	font-family: Tahoma,Arial, sans-serif; font-size:11px;
}

/*.tabs li a:visited {
    color: #2d2b2b;
}
*/
.tabs li a:hover {
    background-color: #F1F1F1;
    color: black;
}

.tabs li a:active {
    color: black;
}

.tabs li.tabsel a { /*selected tab effect*/
    position: relative;
    top: 1px;
    padding-top: 4px;
    background-color: white;
    color: black;
    background-image: none;
    font-weight: bold;
	font-family: Tahoma,Arial, sans-serif; font-size:11px;
}


