.slidetabsmenu{
float:left;
width:576px;
font-size: 12px;
line-height:normal; 

}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

.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: 5px;
padding:0 12px 0 10px!important; /* IE7+FF */
padding:0; /* IE6 */ 
text-decoration:none;
}

.slidetabsmenu a span {
float:left;
display:block; 
padding:2px 13px 2px 4px;
font-weight:bold;
font-size:14px;
color:#ba0002;
}

/* 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: ba0002;
}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
background:url(media/xmenubg.jpg) no-repeat center top;  
/*background-position:0% -125px;*/
}

/*.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
background:url(media/slide-right.gif) no-repeat;
background-position:100% -125px;
}*/

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; 
font:normal 12px Verdana;
line-height:18px;
z-index:100;
 
background:url(media/xmenubg.jpg) no-repeat center bottom!important; /* IE7+FF */
background:url(media/xmenubg.jpg) no-repeat -10px bottom; /* IE6 */ 
width: 100px;
visibility: hidden;
}


.dropmenudiv_c a{
width: auto;
display: block;
text-indent: 5px;  
padding: 2px 0;
padding-left:10px;  
text-decoration: none; 
color: #000000;
}
.dropmenudiv_c a:hover { 
background:url(media/rarrow.gif) no-repeat 5px center;padding-left:10px;  
color: #ba0002;
}
 

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
background:url(media/rarrow.gif) no-repeat 5px center;padding-left:10px;  
}
