/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#shadetabs{
margin: 0px;
padding: 0px;
border-bottom: 1px solid #CCCCCC;
/* width: 90%; width of menu. Uncomment to change to a specific width */
}

#shadetabs ul{
padding: 5px 4px 5px 4px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px 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: 0px;
padding: 0px;
}

#shadetabs li a{
text-decoration: none;
padding: 5px 3px 5px 3px;
margin-right: 0px;
border: 1px solid #CCCCCC;
background: white url(media/shade.gif) top left repeat-x;
}

#shadetabs li a:link{
color: #336699;
}

#shadetabs li a:visited{
color: #336699;
}

#shadetabs li a:hover{
text-decoration: underline;
color: #336699;
}

#shadetabs li.selected{
position: relative;
top: 0px;
}

#shadetabs li.selected a{ /*selected main tab style */
background: white;
/*commented out gradation on active 3/19/08
background-image: url(media/shadeactive.gif);*/
border-bottom-color: white;
}

#shadetabs li.selected a:link{
color: #000000;
}

#shadetabs li.selected a:visited{
color: #000000;
}

#shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

