.shadetabs{
margin:0px; padding:0px;
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size:12px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
height:18px;
}

.shadetabs li{
position: relative;
display: inline;
margin:0px; padding:0px;
background-color:#fff;
margin-right:2px;
/*width is useless */

}

.shadetabs li a{
	padding: 5px 7px;
	text-decoration: none;
	background-image: url(tab_bg.jpg);
	color: #2d2b2b;
	text-align: center;
	background-position: center;/* float:left; width:100px; *//*this will give width, but will push the next div to the right.*/
}

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

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

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(activetab_bg.jpg);
	background-position: center;
}

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

