ul#maintab {
background:url(images/navbar.jpg) no-repeat;
margin:0;
}

.basictab{
display:block;
height:25px;
padding:0;
margin-left: 0;
font: normal 12px Arial;
list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 4px 12px 1px 12px;
margin-right: 2px;
border-bottom: none;
background-color: #6A6868;
color: #fff;
display:block;
float:left;
height:20px;
}


.basictab li a:visited{
color: #fff;
}

.basictab li a:hover{
background-color: #ccc;
color: black;
}

.basictab li a:active{
color:#fff;
}

.basictab li.selected a{ /*selected tab effect*/
background: url(images/nav_selected.jpg) repeat-x;
color: #fff;
}

.subnavcontainer {
background:url(images/subnav.jpg) repeat-x;
}

.submenustyle{
padding: 2px 1px;
border-top-width: 0;
width: auto;
height:23px;
padding-top:5px;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
padding: 1px 20px 1px 14px;
text-decoration: none;
background:url(images/subnav_divider.jpg) no-repeat right center;
color:#fff;
}

.submenustyle a:hover{
text-decoration:underline;
}