﻿.shadetabs2{
border-bottom: 2px solid #cccccc;
width: 99%;
margin-bottom: 1em;
}

.shadetabs2 ul{
padding: 3px 0;
margin-left: 20px;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs2 li{
display: inline;
margin: 0;
}

.shadetabs2 li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 2px solid #cccccc;
color: #2d2b2b;
background: white url(images/shade.gif) top left repeat-x;
}

.shadetabs2 li a:visited{
color: #2d2b2b;
}

.shadetabs2 li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs2 li.selected{
position: relative;
top: 1px;
}

.shadetabs2 li.selected a{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs2 li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}