<!-- Tab Nav -->

.tab {
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	align: right;
}

.tab ul {
	font: normal 14px Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tab li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}

.tab a {
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	background: #6E7B8B;
	margin: 0 2px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
	letter-spacing: 1px;
}

/* 
background: transparent url(/images/color_tabs_right.gif) no-repeat right top; 
background: transparent url(/images/blank.gif) no-repeat right top;
LightSteelBlue #B0C4DE 	LightSteelBlue1 #CAE1FF 	LightSteelBlue2 #BCD2EE 	LightSteelBlue3 #A2B5CD 	LightSteelBlue4 #6E7B8B
SlateGray1 #C6E2FF 	SlateGray2 #B9D3EE
*/
.tab a span {
	float: left; /* float: none; */
	display: block;
	font-weight: bold;
	padding: 6px 8px 3px 7px;
}

.tab_font {
	font-size: 12px;
	font-family: ËÎÌå, Arial, "Trebuchet MS",Verdana, Helvetica, sans-serif;
}

.tab_font2 {
	font-size: 11px;
	font-family: ËÎÌå, Arial, "Trebuchet MS",Verdana, Helvetica, sans-serif;
}


.tab a.current,#tab a.current span { /* #CAD2EE #CAE1FF currently selected tab*/
	background-color: #CAE1FF;
	COLOR: #000000;
}

.tab a.current3,#tab a.current3 span {
	background-color: #CAD2EE;
	COLOR: #000000;
}

.tab a.current2,#tab a.current2 span { /*BCD2EE #BCD2EE;  94A9C5 6E7B8B A2B5CD B0C4DE BCD2EE CAE1FF currently selected lower tab*/
	background-color: #B0C4DE;
	COLOR: #000000;
}

.tab a.title,#tab a.title span { /* subtitle tab */
	background: transparent;
}

.tabline {
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: #6699CC;
	border-top: 1px solid #fff;
	/*Remove this to remove border between bar and tabs*/
}

