.slidetabsmenu{
clear: right;
float:left;
font-size: 16px;
line-height: 22px;
color: #1cb6ca;
font-weight: bold;
padding: 0 0 0 0;
z-index:10000;
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

.slidetabsmenuhdr {
display: inline; margin: 2px 7px; padding: 0; float: left; color: #1cb6ca;
}

.slidetabsmenu ul{
list-style-type: none;
margin:0;
padding:0;
display:inline;
float: left;
}

.slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

.slidetabsmenu a{
float:left;
background:url('../graphics/slide-left.gif') no-repeat left top;
margin:0;
margin-right: 5px;
padding:0 0 0 9px;
text-decoration:none;
}

.slidetabsmenu a span {
float:left;
display:block;
background:url('../graphics/slide-right.gif') no-repeat right top;
padding:4px 13px 2px 4px;
font-weight:bold;
font-size: 14px;
color:#FFF;
}

/* 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% -125px;
text-decoration: none;
}

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
background-position:100% -125px;
text-decoration: none;
}

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 {
position:absolute;
top: 0;
border: 0 solid #e4b301; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:10000;
background-color: white;
width: 170px;
visibility: hidden;
}


.dropmenudiv a:link {
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #e4b301; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #e4b301;
}

.dropmenudiv a:visited {
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #e4b301; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #e4b301;
}

* html .dropmenudiv a:link { /*IE only hack*/
width: 100%;
}

* html .dropmenudiv a:visited { /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffffcc;
text-decoration: none;
}

/* ######### Style for Mega Menu ######### */

.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
border: 1px solid #e4b301;
border-width: 0 0 0 1px;
z-index: 100;

}

.megamenu .column {
float: left;
width: 130px; /*width of each menu column*/
text-align: left;
border: 0 solid #e4b301; /*THEME CHANGE HERE*/
border-width: 0 1px 1px 0;
font:normal 11px Arial, Helvetica, sans-serif;
line-height:18px;
background: white;
z-index:10000;
}

.megamenu .column a:link {
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #e4b301; /*THEME CHANGE HERE*/
border-top-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #468296;
}

.megamenu .column a:visited {
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #e4b301; /*THEME CHANGE HERE*/
border-top-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #468296;
}

* html .megamenu .column a:link { /*IE only hack*/
width: 100%;
}

* html .megamenu .column a:visited { /*IE only hack*/
width: 100%;
}

.megamenu .column a:hover{ /*THEME CHANGE HERE*/
background-color: #ffffee;
text-decoration: none;
}

