<style type="text/css">


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadetabs{
border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
font: bold 12px Verdana;
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{
padding: 3px 3px 3px 3px;
margin-right: 3px;
text-decoration:none;
color: black;
background: #C0C0C0 ; 
}

.shadetabs li a:visited{
color: black;
}

.shadetabs li a:hover{

color: black;
background: #C0C0C0 ; 
}

.shadetabs li.selected{
text-decoration:none;
color: white;
background: #C0C0C0 ; 

}

.shadetabs li.selected a{ /*selected main tab style */
text-decoration:none;
color: white;
background: #C0C0C0 ; 


}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration:none;
color: white;
background: #C0C0C0 ; 


}


.tabcontainer{
clear: left;
width:30%; /*width of 2nd level sub menus*/
/*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*height:1.5em; /
text-decoration: none; font-style:normal; font-variant:normal; font-weight:bold; font-size:14px; font-family:Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif; padding-right:0; padding-top:4px; padding-bottom:4px

}
.tabcontent{
display:none
}
.tabcontent a:hover{



}

</style>
