.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: normal 12px Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 1px 7px;
margin-right: 3px;
/*border: 1px solid #778;*/
color: #FFF;
font-size:12px;
background: #993300;
}

.shadetabs li a:visited{
color: #FFF;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #FFF;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
/*background-image: url(shadeactive.gif); */
background-color:#000066;
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 2em;
padding: 10px;
}

.tabcontent{
display:none;
}

/* Different Sytle */

.basictab ul{
margin: 4px;
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
list-style-type: none;
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: 3px 7px;
margin-right: 3px;
border-bottom: none;
/*background-color: #f6ffd5;*/
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current{
/*background-color: #DBFF6C;*/
color: black;
}

.basictab li a:active{
color: black;
}

#tabcontentcontainer{
width:95%; /*width of 2nd level content*/
height:1.5em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
}

/* Another Menu Style */
.DDmenutabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: normal 12px Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.DDmenutabs li{
margin: 0;
}

.DDmenutabs li a{
text-decoration: none;
padding: 1px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #FFF;
font-size:12px;
background: #993300;
}

.DDmenutabs li a:visited{
color: #FFF;
}

.DDmenutabs li a:hover{
text-decoration: underline;
color: #FFF;
}

.DDmenutabs li.selected{
position: relative;
top: 1px;
}

.DDmenutabs li.selected a{ /*selected main tab style */
/*background-image: url(shadeactive.gif); */
background-color:#000066;
border-bottom-color: white;
}

.DDmenutabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.DDmenutabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 2em;
padding: 10px;
}

.DDmenutabcontent{
display:none;
}
div.menustyle {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000033;
border: 1px dashed gray;
background-color: #FFFF99;
padding: 2px;
padding-left: 5px;
padding-right: 5px;
text-align:justify;
font-weight:normal;
}