.slidetabsmenu{
float:left;
width:116px;
height:34px;
font-size: 7pt;
line-height:normal;
border-bottom: 0px solid gray;
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
/*margin-bottom: 1em;*/
margin-bottom:0;
}

.slidetabsmenu ul{
list-style-type: none;
margin:0;
padding:0;
}

.slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

.slidetabsmenu a{
float:left;
margin:0;
margin-right: 0px;
padding:0 0 0 0px;
text-decoration:none;
}

.slidetabsmenu a span {
float:left;
display:block;
background:url(/userfiles/image/btn/btnproducts.gif) no-repeat right top;
padding:0px 0px 0px 0px;
height:34px;
width:116px;
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, .slidetabsmenu li.selected a span{

background-image:url(/userfiles/image/btn/btnproducts_hover.gif);
}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{

}

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{

background-image:url(/userfiles/image/btn/btnproducts_hover.gif);
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_c{
position:absolute;
top: 0;
/*margin-left:5px;*/
/*border: 0px solid #918d8d; /*THEME CHANGE HERE*/
/*border-width: 0px;*/
font:7pt Arial;
line-height:18px;
z-index:100;
background:#fa0d07;
width: 280px;
visibility: hidden;  padding:0;
}


.dropmenudiv_c a{
width: auto; display:block;
/*text-indent: 5px;*/
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
/*background:url(/userfiles/image/imgsbmenubk02.jpg) repeat-x;*/
padding:4px 10px;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
color:#FFFFFF;
}

