.slidetabsmenu{
float:left;
width:100%;
color:#FFFFFF;
font-size: 11px;
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;
background:url(media/slide-left.gif) no-repeat left top;
margin:0;
margin-right: 1px;
padding:0 0 0 9px;
text-decoration:none;
}

.slidetabsmenu a span {
float:left;
display:block;
background:url(media/slide-right.gif) no-repeat right top;
padding:10px 10px 10px 0px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

/* 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:#333399;
}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
background-position:0% -125px;
}

.slidetabsmenu a:hover span, .slidetabsmenu 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 One ######### */
.one{
position:absolute;
top: 0;
border: 1px solid #2F52BA; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px Verdana;
line-height:16px;
z-index:100;
background-color: #F2F6FE;
width: 100px;
visibility: hidden;
}

.one a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #2F52BA; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color:#333399;
}

* html .one a{ /*IE only hack*/
width: 100%;
}

.one a:hover{ /*THEME CHANGE HERE*/
background-color: #E6EEFF;
}

/* ######### Style for Drop Down Menu Two ######### */
.two{
position:absolute;
top: 0;
border: 1px solid #2F52BA; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px Verdana;
line-height:16px;
z-index:100;
background-color: #F2F6FE;
width: 170px;
visibility: hidden;
}


.two a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #2F52BA; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color:#333399;
}

* html .two a{ /*IE only hack*/
width: 100%;
}

.two a:hover{ /*THEME CHANGE HERE*/
background-color: #E6EEFF;
}

/* ######### Style for Drop Down Menu Two ######### */
.three{
position:absolute;
top: 0;
border: 1px solid #2F52BA; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px Verdana;
line-height:16px;
z-index:100;
background-color: #F2F6FE;
width: 260px;
visibility: hidden;
}

.three a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #2F52BA; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color:#333399;
}

* html .two a{ /*IE only hack*/
width: 100%;
}

.three a:hover{ /*THEME CHANGE HERE*/
background-color: #E6EEFF;
}