.basictab{
padding: 0px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 0px solid gray;
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: 0px 0px;
margin-right: 0px;
border: 0px solid gray;
border-bottom: none;
background-color: ;
color: black;
}


.basictab li a:visited{
color: black;
}

.basictab li a:hover{
background-color: ;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 0px;
padding-top: 0px;
background-color: ;
color: black;
}


.submenustyle{
padding: 2px2px;
font: bold 12px Verdana;
border: 0px solid black;
border-top-width: 0;
width: auto;
background-color: white;
background-image: url('pictures/linkkibg.jpg');
background-repeat: repeat-y;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 0px dashed black;
padding: 6px 4px;
text-decoration: none;
color: #423D43
}

.submenustyle a:hover{
background-color: ;
color: white
}