.basictab{
padding: 5px 0;
margin-top:22px;
margin-left: 0;
font: bold 12px tahoma;
list-style-type: none;
margin-bottom: 0;
text-align: center; /*set to left, center, or right to align the menu as desired*/
 direction:rtl;
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-left: 2px;
background-color: Transparent;
color: #999999;
}




.basictab li a:hover{
background-color: Transparent;
color: #ed1b2f;
}

.basictab li a:active{
color: #ed1b2f;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: Transparent;
color:  #ed1b2f;
}


.submenustyle{

display: none;
background-color: #74736d;
width:600px;
filter:alpha(opacity=0);
-moz-opacity:0;
}

* html .submenustyle{ /*IE only width definition*/
width: 50%;
}

.submenustyle a:link{
padding:   3px 5px;
text-decoration: none;
color:#ffffff;
font: normal 12px tahoma;
}

.submenustyle a:hover{
text-decoration: none;
padding:   3px 5px;
color:#e39190;
font: normal 12px tahoma;
}


.submenustyle a:visited{
text-decoration: none;
padding:   3px 5px;
color:#e39190;
font: normal 12px tahoma;
}