/* BODY IDS */
body#index li#tab1,
body#products li#tab2,
body#tutorials li#tab3,
body#calcs li#tab4,
body#askstats li#tab5,
body#articles li#tab7,
body#about li#tab6{
    background: white;
    border-bottom: 1px solid white;
}

ul#tabs a:hover,
body#index li#tab1 a,
body#products li#tab2 a,
body#tutorials li#tab3 a,
body#calcs li#tab4 a,
body#askstats li#tab5 a,
body#articles li#tab7 a,
body#about li#tab6 a {
    color: black;
	/* text-decoration: underline; */
}

/* START TABS.CSS CONTENT */

ul#tabs span {
    display: block;
    padding: 0px 3px 0 3px;
}


ul#tabs {
	float: right;
	position: relative;
	margin: 0px 0 0 0;
	width:auto%;
	list-style: none;
	margin-top: 2px;
	padding: 0px 0 0 0;	
}

ul#tabs li {
	float: right;
	margin: 0px 1px 1px 1px;
	text-align: center;
	position: relative;
	width: 85px;
	border: 1px solid black;
	background-color: #666666;	/* background: rgb(100, 135, 100); */
}

ul#tabs li:hover {
	border-bottom: 1px solid white;
	background: white;
}

ul#tabs a {
   /* display: block; */
   	 /*height: 100%; */
     display: block;
	text-decoration: none;
    color: white;
    font: 14px Arial, sans-serif;
}


