.slidetabsmenu{
float:right;
left: 0px;
width: 768px;
height: 16px;
font-size: 12px;
line-height:normal;
border-bottom: 0px solid gray;
margin-top: 0px;
/* background-color: black; */
}

* 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-left: 0px;
margin-right: 0px;
padding:0;
}

.slidetabsmenu a{
float:left;
background:url(images/slide-left.gif) no-repeat left top;
margin:0px;
margin-right: 2px;
padding:0 0 0 9px;
text-decoration:none;
}

.slidetabsmenu a span {
float:left;
display:block;
background:url(images/slide-right.gif) no-repeat right top;
padding:2px 13px 2px 4px;
font-weight:bold;
color:#3B3B3B;
}

/* 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: black;
}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
background-position:0% -125px;
}

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
background-position:100% -125px;
}



#cssdropdown {
padding: 0;
margin: 0;
list-style: none;
float: left;
position: relative;
}

#cssdropdown ul {
padding: 0;
margin-top: 16px;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
border-top: 0px solid black;
/*  background-color: black;  */
height: 16px;
}

.mainitems a{
margin-left: 0px;
margin-right: -15px;
text-decoration: none;
border-bottom: 0px solid gray;
width: 115px;
/* #width: 124px; */
text-align: center;
}

.subuls{
display: none;
width: 10em;
position: absolute;
top: 0px;
left: 0;
background-color: black;
color: black;
z-index: 50;
}

.subuls li{
width: 100%;
border: 1px solid gray;
height: 16px;
}

.subuls li a{
text-decoration: underline;
background-image: none;
border-bottom: 0px solid gray;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: 0;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}