#slidetabsmenu {
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:0px;
margin-left: 10px;
padding:0px;
}

#slidetabsmenu li{
display:inline;
margin:0px;
padding:0px;
}

#slidetabsmenu a {
float:left;
background:url(../images/ciao_tab_left.gif) no-repeat left top;
margin:0px;
padding:0px 0px 0px 4px;
text-decoration:none;
/*little highlight on the left side of tab for group*/
background: #ed88a6;
}

#slidetabsmenu a span {
float:left;
text-align: center;
display:block;
background:url(../images/ciao_tab_right.gif) no-repeat right top;
padding:3px 14px 3px 5px;
font-weight:bold;
color:#3B3B3B;

}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span {
color: black;
text-align: center;

}

#slidetabsmenu a.current{
background-position:0px -30px;
/*little highlight on the left side of tab*/
background: #ed88a6;
}

#slidetabsmenu a.current span {
background-position:100% -30px;
/*tab font color*/
color: #13233b;
/*current tab color*/
background: #86B960;
text-align: center;
}

#slidetabsmenu a:hover {
background-position:0% -30px;

}

#slidetabsmenu a:hover span {
background-position:100% -30px;
/*hover font color*/
color: #262963;
/*hover color*/
background: #fffba1;
}

/*content background color*/
.tabcontent {
border-bottom: 1px solid;
background: #fdf0ef;
color: black;
display:none;
/*stylesheet.css centerboxheading can change the font color and background color*/
}