
a:link		{text-decoration: none;
             color:black;
             font:  Bold;
			 font-family:Arial;}
a:hover 	{text-decoration: none;
             color:gray;
             font: Bold;
			 font-family:Arial;}
a:visited	{text-decoration: none;
             color:black;
             font: Bold;
			 font-family:Arial;}
a:active	{text-decoration: none;
             color:#999999;
             font: Bold;
			 font-family:Arial;}

.basictab{
padding: 8px 0;
margin-left: 5;
font: bold 16px Arial;
border-bottom: 0px solid gray;
list-style-type: none;
margin-bottom:3;
text-align: center; /*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: 3px 7px;
margin-right: 2px;
border: 0px solid gray;
border-bottom: none;
background-color: black;
color: white;
}


.basictab li a:visited{
color: white;
}

.basictab li a:hover{
background-color: #999999;
color: white;
}

.basictab li a:active{
color: white;
}


.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #dbffff;
color: white;
}


.submenustyle{
padding: 1px 1px;
border: 0px solid black;
border-top-width: 0;
width: 800;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 1px dashed black;
padding: 1px 5px;
text-decoration: none;
color: black;
}

.submenustyle a:hover{
background-color: #ebffff;

}