#slidetabsmenu {
/*background: url("../images/menubarbg.png") repeat-x bottom left #355D80;*/
float:left;
width:100%;
font-size:90%;
line-height:normal;
border-bottom: 1px solid gray;
}

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

#slidetabsmenu ul{
list-style-type: none;
margin:0;
margin-left: 5px;
padding:0;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabsmenu a {
float:left;
background:url(../images/bo_tab_left.gif) no-repeat left top;
margin:0;
padding:0 0 0 5px;
text-decoration:none;
}

#slidetabsmenu a span {
float:left;
text-align: center;
display:block;
background:url(../images/bo_tab_right.gif) no-repeat right top;
padding:3px 14px 3px 7px;
font-weight:bold;
color:#9a9a9a;
}

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

#slidetabsmenu a:hover span {
color: black;
}

#slidetabsmenu a.current{
background-position:0 -42px;
}

#slidetabsmenu a.current span {
background-position:100% -42px;
text-align: center;
color: #454337;
}
.tabcontent{
border-bottom: 1px solid;
background: #daedda;
color: black;
display:none;
}
* html .tabcontent { color: black; background: #daedda; margin-top: -17px; display: none; border-bottom: 1px solid; }

