.tabslet {
height: auto;
*border: 1px solid black;
padding: 0;
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.tabslet ul {
padding: 5px;
background: #3d5bb4;
margin: 0;
height: auto;
text-align: center;
}

.tabslet div {
	background: #e1e8f5;
	*border-bottom: 1px solid #E5E5E5;
	color: white;
	
	text-align: center;
	text-transform: uppercase;
	
	letter-spacing: 2px;
	width: 100%;
	
}


.tabslet li {
	background: #3d5bb4;
	margin: 0;
	display: inline-block;
	padding: 5px;
	vertical-align: middle;
	border: 1px solid silver;
	width: 330px;
	height: 75px;
}

.middletab {
  border-right: 1px solid silver;
  border-left: 1px solid silver;
}

.tabslet A {
	margin-top: 10px;
	*margin-bottom: 10px;
	color: white;
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	*font-weight: bold;
	vertical-align: middle;
	letter-spacing: 2px;
	line-height: 1.4em;
}

.tabslet LI:hover {
	background: #e1e8f5;
	border: 1px solid #3d5bb4;
	text-decoration:none;
}

.tabslet LI:hover A {
	color: black;
	text-decoration:none;
}

.tabslet .active {
	background: #e1e8f5 !important;
	*border-bottom: 4px solid #68a697 !important;
}

.tabslet .active A {
	color: black !important;
}

.tabslet-table {
width: 100%;
background: none;
border: none;
margin-bottom: 0;
}

.tabslet-table td {
border: none;
background: none;
text-align: center;
color: white;
padding: 10px;
vertical-align: top;
}

.tabslet-table td a{
font-size: 100%;
color: black;
}

.tabslet-table td a:hover{
font-size: 100%;
color: #3d5bb4;
text-decoration: underline;
}