div.tabs {
	padding:0;
	margin:0;
/*	_border-top:1px solid white;*/
}

div.tabs ul.tabs {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:100%;
}

div.tabs li {
	background-color:#A7CBFF;
}

div.tabs li:hover {
	background-color:#84B7EB;
}

div.tabs li.tab {
	-moz-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	box-sizing:border-box;
	/*width:20%; 
	_width:20%;*/
	float:left;
	margin:0;
	padding:0;
	border:1px solid #6699CC;
	/* Uncomment this if you plan to publish index2 not index
	border-bottom:0;
	*/
	white-space:nowrap;
	overflow:hidden;
}

div.tabs a.label {
	background:#A7CBFF;
	float:left;
	display:block;
	text-decoration:none;
	text-align:center;
	color:black;
	padding:0;
	padding-left:10px;
}

div.tabs a.label span {
	color: black;
	display:block;
	background:#A7CBFF;
	padding:0.25em 0;
/*	padding-right: 10px;*/
	/*padding-right: 2px;*/
	font-size:80%;
	font-weight:bold;
	float: left;
	cursor:pointer;
}
div.tabs a.label span.rightSide {
/*	float: right;*/
	width: 8px;
	cursor:pointer;

}

/* Start IE5-Mac hack \*/
/*div.tabs a.label { float:none; }*/
/* End IE5-Mac hack */

div.tabs li.tab a.label:hover, div.tabs li.tab a:focus, div.tabs li.tab.hovered a, div.tabs li.tab.selected a {
	background:#6699CC;
}
div.tabs li.tab a.label:hover, div.tabs li.tab a:focus {
	background:#84B7EB;
}
div.tabs li.tab a:hover span, div.tabs li.tab a:focus span, div.tabs li.tab.hovered a span, div.tabs li.tab.selected a span {
	background:#6699CC;
}
div.tabs li.tab a:hover span, div.tabs li.tab a:focus span {
	color:white;
	background:#84B7EB;
}


