.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	font : 8pt Microsoft Sans Serif;
	color: #fff;
	width : 100 px;
}
/*العنصر الذي تم تحديده*/
.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
background : #f5f5f5 repeat-x top left;
	width : 100 px;
	font : 8pt Microsoft Sans Serif;
	color: #000000;
}

