.basictab {
padding: 2px 0;
margin-left: 0;
font: 10px Verdana, Arial, Helvetica, sans-serif;
border-bottom: 2px solid #A1986D;
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: 2px 6px;
margin-right: 0;
margin-left: 0;
border: 2px solid #B2B04F;
border-bottom: none;
background-color: #BFC484;
color: black;
}


.menu1{ 
text-align: center; 
text-decoration: none;
padding: 2px 6px;
margin-right: 0;
margin-left: 0;
border: 2px solid #B2B04F;
border-bottom: none;
background-color: #BFC484;
color: black;

}

.selected { 
text-align: center;
position: relative;
top: 1px;
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
padding-top: 3px;
background-color: #EAEAC8;
color: black;
}



.basictab li a:visited {
 color: black;
}

.basictab li a:hover {
background-color: #EAEAC8;
color: black;
}

.basictab li a:active {
color: black;
}

.basictab li.selected a { /*selected tab effect*/
position: relative;
top: 1px;
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
padding-top: 3px;
background-color: #EAEAC8;
color: black;
}


.submenustyle {
padding: 2px 1px;
border: 1px solid black;
border-top-width: 0;
width: auto;
display: none;
background-color: ButtonFace;
/*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;
}

.submenustyle a:hover {
background-color: #ebffff;
}


.gr_nav {
text-align: center; 
text-decoration: none;
padding: 2px 6px;
margin-right: 0;
margin-left: 0;
border: 2px solid #B2B04F;
border-bottom: none;
background-color: #BFC484;
color: black;
}

.gr_nav a { 
text-decoration: none;
color:black;
}

.gr_nav_link { 
color:black;
}
.gr_nav td { 
text-decoration: none;
color:black;
}

