﻿.undertab{
	width: 100%;
	overflow: hidden;
	padding-bottom: 3px;
}
.undertab ul{
	margin: 0;
	padding: 0;
	padding-left: 10px; /*offset of tabs relative to browser left edge*/;
	font: x-small Verdana, Arial, Calibri;
	list-style-type: none;
}

.undertab li{
display: inline;
margin: 0;
}

.undertab li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px;
/*padding inside each tab*/	border-right: 1px solid white;
/*right divider between tabs*/	color: white;
	background: #3372AC;
	border-right-color: #6FAFE5;
}

.undertab li a:visited{
color: white;
}

.undertab li a:hover, .bluemenu li.selected a{
	background: #6FAFE5; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
;
	color: #333333;
}
