.slidetabsmenu{
/*float:right;*/
font-size: 15px;
line-height:normal;
position:absolute; right:-2px;
text-transform:uppercase;
bottom:0;




}

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


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

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

.slidetabsmenu a{
float:left;
background:url(images/slide-left.gif) no-repeat left top;
margin:0;
margin-right: 2px;
padding:0 0 0 10px;
text-decoration:none;
font-family:"Times New Roman", Times, serif;
}

.slidetabsmenu a span {
float:left;
display:block;
background:url(images/slide-right.gif) no-repeat right top;
padding:4px 10px 6px 0px;

color:#2FA2FD;
}

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

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
color: #fff;
text-decoration:none;
}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
background-position:0% 93%; color:#fff;
}

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
background-position:100% 93%; color:#fff;
}

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



