#tab{
	font-size:9pt;
}

#tab ul {
	list-style: none;
	padding: 0;
	margin: 10px 0px 0px 0px;
}

#tab li {
	float: left;
	border: 2px solid white;
	border-top:0px;
	border-bottom-width: 0;
	margin: 0;
}

#tab li a {
	text-decoration: none;
	display: block;
	background: #2D558C;
	padding:5px;
	color: #ffffff;
	font-weight:bold;
	text-align: center;
	cursor:pointer;
	width: 75px;
	height: 30px;
}

#tab li a:hover {
	background: #666666;
}

#tab li a.selectedTab
{
	background: #666666;
}

#tab li a.singleLine {
	padding: 15px 5px 5px 5px;
	height: 20px;
}

