.slidetabsmenu{
float:left;

font-size: small;
line-height:normal;

height: 50px;
background: #333 url('../img/navback.jpg') top left repeat-x;
margin: 0;
padding: 0; 
}

* 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;

display: block;
width: 900px;
}

.slidetabsmenu li{
display:inline;
margin:0;
/*padding:0;*/

float: left;
background: url('../img/div.png') top left no-repeat;
padding: 15px 40px; 
}

.slidetabsmenu a{
float:left;
background:url(../img/slide-left.gif) no-repeat left top;
margin:0;
margin-right: 2px;
padding:0 0 0 9px;
text-decoration:none;


color: #fff; font: bold 16px/16px Verdana, Geneva, sans-serif; text-decoration: none; 
}

.slidetabsmenu a span {
float:left;
display:block;
/*background:url(/clicksellgo/img/slide-right.gif) no-repeat right top;*/
padding:8px 13px 8px 4px;
text-transform:uppercase;
font-weight:bold;
/*color:#c1c9fd;*/
}

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

.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{ /*Non IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
text-align: left;
position:absolute;
top: 0;
border: 1px solid #232323; /*THEME CHANGE HERE*/
border-top-width: 15px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #000000;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #DADADA;
}
