.shadetabs{
padding: 3px 0;
margin-top: 1px;
margin-bottom: 0;
margin-left:7px;
margin-right:0px;
font: normal 10px Tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
direction:rtl;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
/*padding: 3px 7px;*/
padding:4px 10px;
margin-right: -3px;
border-left: 1px solid #232323;
border-bottom:1px solid #232323;
color: #000;
background: white url('../../Images/ar/tab_notSelect.gif') top right repeat-x;
}

.shadetabs li a:visited{
color: #fff;
}

.shadetabs li a:hover{
text-decoration: none;
color: #fff;
}

.shadetabs li.selected{
/*position: relative;
top: 1px;*/
	font-weight: bold;
color: #fff;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url('../../Images/ar/tab_selected.gif');
color: #fff;

/*border-left: 1px solid #6290d2;*/
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
margin-bottom: 1em;
padding:0px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}