.slidetabsmenu{
float:left;
width:990px;
line-height:normal;
font:normal 10px Arial;
height: 25px;
}

* 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 li a{
text-decoration: none;
}

/*.slidetabsmenu a{
float:left;
margin:0;
margin-right: 5px;
padding:0 0 0 9px;
text-decoration:none;
cursor: hand;
}
*/

.slidetabsmenu a span {
float:left;
display:block;
padding:4px 6px 0px 7px;
font:10px Arial;
font-weight:bold;
color:#444444;
width: auto;
height: 20px;
text-align: center;
/*border-right:#79cab5 1px solid;*/
border-left:#FF9933 1px solid;
text-decoration:none;
cursor: hand;
}

/* 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: #444444;
}

.slidetabsmenu a:hover{
background-color:#FF9933;
}

.slidetabsmenu a:hover span{
background-color:#FF9933;
}

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{
background-color:#FFcc33;
position:absolute;
top: 0;
border: 1px solid #FF9933; /*THEME CHANGE HERE*/
border-width: 1px;
font:normal 10px Arial;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
margin-top: -1px;
}
html>/**/body .dropmenudiv_c{
margin-top: 0px;
}


.dropmenudiv_c a{
width: 200px;
display: block;
text-indent: 5px;
border: 0 solid #FF9933; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #444444;
}


* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
background-color:#FFcc33;
color: #444444;

}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
background-color:#FF9933;
color:#444444;

}


.dropmenudiv_cd{
background-color:#FFcc33;
position:absolute;
top: 0;
border: 1px solid #FF9933; /*THEME CHANGE HERE*/
border-width: 1px;
font:normal 10px Arial;
line-height:18px;
z-index:100;
width: 400px;
visibility: hidden;
margin-top: -1px;
}
html>/**/body .dropmenudiv_cd{
margin-top: 0px;
}

.dropmenudiv_cd a{
background-color:#FFcc33;
width: 199px;
display: block;
text-indent: 5px;
border: 0 solid #FF9933; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
border-right-width: 1px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #444444;
float:left;
}

* html .dropmenudiv_cd a{ /*IE only hack*/
width: 100%;
background-color:#FFcc33;
color:#444444
}

.dropmenudiv_cd a:hover{ /*THEME CHANGE HERE*/
background-color:#FF9933;
color:#444444;
}
