

#mainTabs
{
	float: left;
	line-height:normal;	
	font-size: 10pt;
}

#mainTabs ul
{
  margin :0;
  padding:0;
  list-style:none;
}

#mainTabs li
{
  float :left;
  margin:0;
  padding:0;
}

#mainTabs a
{
	display: block;
	text-decoration: none;
	width: 109px;
	height: 18px;
	padding: 4px;
	text-align: center;
	border: solid 1px #ffffff;
	border-left: none;
	color: #ffffff;
	background: #5F97D0; 
	font-weight: bold;
	border-bottom: solid 1px #5F97D0;
}


#mainTabs a:hover
{
	color: #5F97D0;
	background-color: #FFFFBD; /*#dddddd;*/
	border-bottom: solid 1px #FFFFBD;
}


#tabLeadIn
{
	float: left;
	width: 21px;
	height: 26px;
	background-color: #5F97D0;
	border: solid 1px #ffffff;
	border-left: none;
	border-bottom: solid 1px #5F97D0;
}

#tabLeadOut
{
	float: left;
	width: 20px;
	height: 26px;
	background-color: #5F97D0;
	border: solid 1px #ffffff;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #5F97D0;
}

