
.verticaltabs{
	width: 100%;
	overflow: hidden; /*bottom horizontal line that runs beneath tabs*/
	bottom: auto;
}

.verticaltabs ul{
	margin: 0;
	padding: 0;
	/*offset of tabs relative to browser left edge*/
	font: bold 9px Verdana;
	list-style-type: none;
	text-align: left;
	text-indent: 10px;
}

.verticaltabs li{
	display: inline;
	margin: 0;
	
}

.verticaltabs li a{
	float: none;
	display: block;
	text-decoration: none;
	margin: 0; /*right divider between tabs*/
	color: black;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	background-color: #F7F7F7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.verticaltabs li a:visited{
color: black;
}

.verticaltabs li a:hover, .verticaltabs li.selected a{
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #e50141;
	background-color: #EFEFEF;
	background-image: url(newimg/ind2.gif);
}

