.slidetabsmenu{
font-family:Arial, Helvetica, sans-serif;
float:left;
width:100%;
font-size: 12px;
color:white;
line-height:61px;
padding-left:13px;
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 0em;
color:white;
}

.slidetabsmenu ul{
list-style-type: none;
margin:0;
padding:0;
}

.slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

.slidetabsmenu a{
float:left;
background:url(../images/menu_left.png) no-repeat left top;
margin:0;
margin-right: 24px;
padding:0 1px 0 15px;
text-decoration:none;
height:61px;
}

.slidetabsmenu a span {
float:left;
display:block;
background:url(../images/menu_right.png) no-repeat right top;
padding:4px 19px 0 5px;
color: Black;
height:57px;
}

/* 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% -61px;
}

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
background-position:100% -61px;
}

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 arial;
line-height:61px;
z-index:100;
background-color: #cfe6fc;
width: 100px;
visibility: hidden;
}


.dropmenudiv_c a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
background-color: #5679ae;
color:white;
}

