.slidetabsmenu{float:right;width:100%;font-size: 14px;line-height:normal;}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 0;
}

.slidetabsmenu ul{list-style-type: none;margin:0;padding:0;}
.slidetabsmenu li{display:inline;margin:0;padding:0;}
.slidetabsmenu a{float:right;background:url(/dropdowntabfiles/media/slide-left.gif) no-repeat left top;margin:0;margin-right: 0px;padding:0 0 0 14px;text-decoration:none;}
.slidetabsmenu a span {float:right;display:block;background:url(/dropdowntabfiles/media/slide-right.gif) no-repeat right top;padding:2px 13px 2px 4px;font-weight:normal;color:black;font-size:14px;}

/* 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: white;}
.slidetabsmenu a:hover, .slidetabsmenu li.selected a{background-position:0% -125px;}
.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{background-position:100% -125px;}

.slidetabsmenu2{float:right;width:100%;font-size: 14px;line-height:normal;}

* html .slidetabsmenu2{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

.slidetabsmenu2 ul{list-style-type: none;margin:0;padding:0;}
.slidetabsmenu2 li{display:inline;margin:0;padding:0;}
.slidetabsmenu2 a{float:right;background:url(/dropdowntabfiles/media/slide-left.gif) no-repeat left top;margin:0;margin-right: 10px;padding:0 0 0 0px;text-decoration:none;}
.slidetabsmenu2 a span {float:right;display:block;background:url(/dropdowntabfiles/media/slide-right.gif) no-repeat right top;padding:0px 0px 0px 0px;font-weight:bold;color:black;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu2 a span {float:none;}
/* End IE5-Mac hack */

.slidetabsmenu2 a:hover span, .slidetabsmenu2 li.selected a span{color: black;}
.slidetabsmenu2 a:hover, .slidetabsmenu2 li.selected a{background-position:0% -125px;}
.slidetabsmenu2 a:hover span, .slidetabsmenu2 li.selected a span{background-position:100% -125px;}

.slidetabsmenu2alt{float:right;width:100%;font-size: 14px;line-height:normal;}

* html .slidetabsmenu2alt{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

.slidetabsmenu2alt ul{list-style-type: none;margin:0;padding:0;}
.slidetabsmenu2alt li{display:inline;margin:0;padding:0;}
.slidetabsmenu2alt a{float:right;background:url(/dropdowntabfiles/media/slide-left-2-alt.gif) no-repeat left top;margin:0;margin-right: 10px;padding:0 0 0 0px;text-decoration:none;}
.slidetabsmenu2alt a span {float:right;display:block;background:url(/dropdowntabfiles/media/slide-right-2-alt.gif) no-repeat right top;padding:0px 0px 0px 0px;font-weight:bold;color:white;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu2alt a span {float:none;}
/* End IE5-Mac hack */

.slidetabsmenu2alt a:hover span, .slidetabsmenu2alt li.selected a span{color: black;}
.slidetabsmenu2alt a:hover, .slidetabsmenu2alt li.selected a{background-position:0% -125px;}
.slidetabsmenu2alt a:hover span, .slidetabsmenu2alt li.selected a span{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;
width: 200px;
visibility: hidden;
}


.dropmenudiv_c a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
text-align:left;
height:25px;line-height:25px;vertical-align:middle;
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
background-color: #666666; color:white;
}


/* ######### Style for Drop Down Menu Side ######### */

.dropmenudiv_side{
position:absolute;
top: 0px;
border: 1px solid #990066; /*THEME CHANGE HERE*/
border-top-width: 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 300px;
visibility: hidden;
}


.dropmenudiv_side a{
width: auto;
display: block;
text-indent: 0px;
border: 0 solid #990066; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenudiv_side a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_side a:hover{ /*THEME CHANGE HERE*/
background-color: #eaeaea;
}

