.basictab{
margin-left: 0;
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;
border-bottom: none;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
}


.submenustyle{
    background:url(../images/nav.jpg) top left no-repeat;
    padding: 0;
    margin: 0;
    height:41px;
    display: block;
float: left;
border-top-width: 0;
width: 814px;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
float: left;
margin: 0 auto;
}

.lvl1 b {
    background:url(../images/menu3.jpg) top right no-repeat;
    position: relative;
    left:165px;
    top: -10px;
    *left: 147px;
    display: block;
    padding: 0;
    margin: 0;
    height:41px;
    width: 20px;
}

.lvl2 b {
    background:url(../images/menu3.jpg) top right no-repeat;
    position: relative;
    left:76px;
    top: -10px;
    *left: 54px;
    display: block;
    padding: 0;
    margin: 0;
    height:41px;
    width: 20px;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

