<!-- 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: black;
	font-weight: bold;
	background: #ccc url(../images/color_tabs_left.gif) no-repeat left top;
	margin: 0 2px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
	letter-spacing: 1px;
}

.tab a span {
	float: left;
	display: block;
	color: black;
	font-weight: bold;
	background: transparent url(../images/color_tabs_right.gif) no-repeat right top;
	padding: 6px 8px 3px 7px;
}

.tab a span {
	float: none;
}

.tab a.current,#tab a.current span { /*currently selected tab*/
	background-color: #6699CC;
}

.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*/
}











