.menuTab{
float:left;
width:60%;
font-size: 12px;
line-height:normal;
border-bottom: 0px solid black;
}

* html .menuTab{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

.menuTab ul{
list-style-type: none;
margin:0;
padding:0;
}

.menuTab li{
display:inline;
margin:0;
padding:0;
}

.menuTab a{
float:left;
background:url(slide.gif) no-repeat left top;
margin:0;
margin-right: 4px;
padding:0 0 0 7px;
text-decoration:none;
}

.menuTab a span {
float:left;
display:block;
padding:2px 13px 2px 4px;
font-weight:bold;
color:#4B4B4B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.menuTab a span {float:none;}
/* End IE5-Mac hack */

.menuTab a:hover span, .menuTab li.selected a span{
color: black;
}

.menuTab a:hover, .menuTab li.selected a{
background-position:0% -125px;
}

.menuTab a:hover span, .menuTab li.selected a span{
background-position:100% -125px;
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}
