.shadetabs li{
	display: inline;
	width : 123px;
	height : 32px;
    z-index: 50000;
}

.shadetabs li a{
	text-decoration: none;
	z-index: 1;
	font : 10pt shadows-it,Tahoma;
	color: #ffffff;
	padding : 5px 5px 5px 5px;
	background-color : #000;
	width : 123px;
	margin : 1px 1px 1px 1px;
}
/*العنصر الذي تم تحديده*/
.shadetabs li a.selected{
	/*selected main tab style */
	font : 10pt shadows-it,Tahoma;
	color: #000000;
	padding : 5px 5px 5px 5px;
	background-color : #E5E5E5;
	width : 123px;
	margin : 1px 1px 1px 1px;
}

