.shadetabs{
padding: 10px 0px;
margin-left: 0;
margin-top: 5px;
margin-bottom: 0;
font-family: Arial;
font-size:13px;
font-weight: bold;
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;
border-right: 1px solid #999999;


}
/*
.shadetabs li a{
text-decoration: none;
padding: 3px 4px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}
*/

.shadetabs li a{
text-decoration: none;
padding: 3px 10px;
margin-right: 3px;
font-weight: bold;

color: #ffffff;
background: #606054;

}
.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #FFFFFF;
}

.shadetabs li.selected{
position: relative;

}

.shadetabs li.selected a{ /*selected main tab style */
background:#F2F2EF;
background-image: url(shadeactive.gi);

padding: 10px 17px;

color: #000000;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{/*insert height and width */
border: 1px solid #D4D4D4;
height:210px;

padding-left: 10px;
padding-top: 0px;
background:#F2F2EF;
}

html {
scrollbar-base-color: #cccccc;
scrollbar-arrow-color: white;
scrollbar-track-color: #cccccc;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black;
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: #666666;
}

.tabs2 li
{
line-height: 14px;
padding-bottom: 8px;
padding-left: 12px;
background: url(../images/arrow.png) no-repeat;
background-position: 3px 4px;

}
.tabs2 li a:hover
{
background:#B1E1EA;



}
