.mikebtabs{
width: 152px; /* width of tabs */
overflow: hidden;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
}
 
.mikebtabs ul{
margin: 0;
padding: 0;
padding-left: 4px; /*offset of tabs relative to browser left edge*/
font: 9pt Tahoma; font-weight: bold;
 
}
 
.mikebtabs li{
display: inline;
margin: 0;
width: 152px;
list-style-type:none;
}
 
.mikebtabs li a{
display: block;
text-decoration: underline;
padding-left: 2px; padding-right:2px; padding-top:2px;  padding-bottom: 5px; /*padding inside each tab*/
color: #4169E1;
background: #F8FFFF; /*background of tabs (default state)*/
}
 
color: #4169E1;
background: #F8FFFF /*background of tabs (default state)*/
}
 
.mikebtabs li a:visited{
color: #4169E1;
}
 
.mikebtabs li a:hover, .mikebtabs li.selected a{ color: #4169E1; background: #CCFFFF; width: 152px; 
border-top:solid 1px #0cf; border-bottom:solid 2px #0cf;
}

