
#tabs ul {
    margin: 140px 0 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
    padding: 0 0 0 0;
	font-size:14px;
	
}

#tabs li {
    float: left;
    list-style-type: none;
	text-decoration:none;
	margin:0px  0px 0px 0px;
	padding:0px 2px 0px 0px;
}

#tabs li a {
    display: block;
 	background-color:#989898;
	height:20px;
    color:#fff;
		text-decoration:none;
    text-align: center;
	margin:0px  0px 0px 0px;
	padding:0px 0px 0px 0px;
}



#tabs li a:hover, #tabs li.active a {
    color:#ffffff;
		text-decoration:none;
	background-color:#8faabd;
	margin:0px  0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#tabs li.n1 a {

    width: 55px;
}


#tabs li.n2 a {

    width: 160px;
}


#tabs li.n3 a {

    width: 135px;
}


#tabs li.n4 a {

    width: 70px;
}

#tabs li.n5 a {

    width: 100px;
}

#tabs li.n6 a {

    width: 171px;
}

#tabs li.n7 a {

    width: 139px;
}
#tabs li.n8 a {

    width: 90px;
}


/*    background-color: yellow;*/