.ajaxshadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-decoration:none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.ajaxshadetabs li{
text-decoration: none;
display: inline;
margin: 0;
}

.ajaxshadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #99CC00;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.ajaxshadetabs li a:visited{
color: #2d2b2b;
}

.ajaxshadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.ajaxshadetabs li a:active{
text-decoration: none;
color: #2d2b2b;
}

.ajaxshadetabs li.selected{
text-decoration: none;
position: relative;
top: -1px;
}

.ajaxshadetabs li.selected a{ /*selected main tab style */
	background-image: url(shadeactive.gif);
	border-bottom-color: white;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
}

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

.ajaxcontentstyle{
border: 1px solid #99CC00;
width: 570px;
margin-bottom: 1em; padding: 10px;
}
