.basictab{

margin-left: 0;
border-bottom: medium none;
list-style-type: none;
margin-bottom: 0;
text-align: center; /*set to left, center, or right to align the menu as desired*/
font-style:normal; 
font-variant:normal; 
font-weight:normal; 
font-size:9pt; 
font-family:verdana; 
padding-left:0px; 
padding-right:0px; 
padding-top:0px; 
padding-bottom:0px
}



span.bull2   { 
font-size:10pt;

color:#00586D }


.basictab li{
display: inline;
margin: 0;
text-decoration: none;
}


.basictab li a{
text-decoration: none;
padding: 0px 0px;
margin-right: 2px;
margin-left: 2px;
border: none;
border-bottom: none;
background-color: white;
color: #00586D;
text-decoration: none;
}

.basictab li a:visited{
color: #00586D;
text-decoration: none;
}

.basictab li a:hover{
background-color: white;
color: #808080;
text-decoration: none;
}

.basictab li a:active{
color: #00586D;
text-decoration: none;
}

.basictab li.selected a{ 	/*selected tab effect*/
position: relative;
top: 0px; 					/*height of top level 1px */
padding-top: 0px;
background-color: white;
color: #00586D;
text-decoration: none;
}




.submenustyle{
border-left:medium none;
 border-right:medium none;
  border-top:0 none;
   border-bottom:medium none;
    text-align: left;
color: #00586D;
/*vertical offset of 2nd level*       top-right-bottom-left*/
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
 font-style:normal;
  font-variant:normal;
   font-weight:normal;
    font-size:12px;
     font-family:verdana;
      padding-left:100px;
       padding-right:0px;
        padding-top:2px;
         padding-bottom:0px


}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
color: #007491;
background-color: #ffffff;
text-decoration: none;
}

.submenustyle  a:visited{
color: #00586D;
text-decoration: none;
}

.submenustyle a:hover{
color: #808080;;
background-color: #ffffff;
text-decoration: underline;
}