.slidetabsmenu{
width:900px;
font:normal 11px Verdana;
line-height:normal;
border-top: 40px
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}
*+ html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

.slidetabsmenu ul{
list-style-type: none;
margin-left: 10px;
margin-top: 10px;
padding:0;

}


.slidetabsmenu li{
width:120px;
margin:0;
padding-right: 0px;
padding-left: 10px;
display:inline-block;
}

* html .slidetabsmenu li{ /*IE6 only.*/
display:inline;
margin:0;
padding-right: 0px;
padding-left: 13px;
}

*+html .slidetabsmenu li{ /*IE7 only.*/
display:inline;
margin:0;
padding-right: 0px;
padding-left: 13px;
}


.slidetabsmenu a {
position:absolute;
margin:0;
background:url(../media/link.png) no-repeat left top;
padding:10.5px 0px 7px 40px;
text-decoration:none;
width:100px;
float:right;
font-family: "helvetica";
font-size: 14px;
font-weight:bold;
color:#000000;
line-height: 0.95em;
font-variant : small-caps;
font-weight:bold;
text-indent: 5px;
z-index:50;
}

* html .slidetabsmenu a{ /*IE6 only.*/
padding:11.5px 10px 7px 40px;
}

* html .slidetabsmenu a:visited{color:#000000;}
* html .slidetabsmenu a:link{color:#000000;}
* html .slidetabsmenu a:hover{color:#000000;}
* html .slidetabsmenu a:active{color:#000000;
}

*+html .slidetabsmenu a{ /*IE7 only.*/
padding:11.5px 0px 7px 40px;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a {float:none;}
/* End IE5-Mac hack */



.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
background-position:0% -31px;
}