/* CSS Document */

.AsonText {
font: bold 2px Verdana;
}

.shadetabs{
padding: 0px 0px 3px 0px;
margin-left: 1px;
margin-top: 0px;
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*/
margin-left: 7px;
width:277px;
border-bottom: 0px solid #BABDC0;
}

.shadetabs li{
display: inline;
margin-right: 2px;
margin-top: 0px;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
color: #FFFFFF;
background: url(../images01/tab_right_f2.gif) no-repeat right top; 
line-height:33px;
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;

}

.shadetabs li.selected{
position: relative;
top: 0px;

}

.shadetabs li.selected a
{
	/*selected main tab style 
	background: url(/images01/tab_right.gif) no-repeat right top;*/
	background-attachment: fixed;
	background-image: url(../images01/tab_right.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color:#FFFFFF;

}

.contentstyle{
border: 1px solid white;
border-top: 4px solid #D2D4D6;
width: 277px;
margin-left: 7px;
padding: 0px;
margin-bottom: 1em;
color:#FFFFFF;
}
