#CSSTabContainer{

}
.shadetabs{
margin: 0;
padding:0;
padding: 3px 0;
margin-top: 1px;
font-weight: bold;
font-size:12px;
font-family:"Lucida Sans", 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;
padding:0;
background:none;
}

.shadetabs li a,
.shadetabs li a:visited{
text-decoration: none;
padding: 7px 15px;
margin-right: 3px;
color: #427D1A;
background: url(/Portals/0/images/tabs_greenbkgd.jpg) repeat-x;
border-top:1px solid #B3E890;
border-bottom: 1px solid #BCE8F0;
}

.shadetabs li a:hover{
text-decoration:underline;
}

.shadetabs li.selected{
position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */
background: url(/Portals/0/images/tabs_bluegradient.jpg) repeat-x;
border: 1px solid #BCE8F0;
border-bottom-color: white;
color:#000072;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration:underline;
}

.tabcontentstyle{ /*style of tab content oontainer*/
float:left;
border-top: 1px solid #BCE8F0;
width: 580px;
margin-top:2px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

