/* The "clearFix" class is used for clearing the main menu items because they are left-floated for horizontal main menus and we have to clear them if our main
   menu is relatively positioned (as in this example) so that the main menu box takes its place correctly on the page. We have to apply this class to the parent
   DIV of the root UL of our menu tree. Please take a look at section 6.1 in the SmartMenus User's Manual for a detailed explanation if you like. */

.clearFix:after { /* for modern browsers */
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearFix { /* for IE7/Win */
    min-height:1px;
}
* html .clearFix { /* for IE5-6/Win */
    height:1px;
}
* html>body .clearFix { /* for IE5/Mac */
    height:auto;
    display:inline-block;
}
.main_ob{
	background : url(left.png) no-repeat top left;width:910px;height:36px;
}
.main_ob_right{
	background :url(right.png) no-repeat top right;width:910px;height:36px;text-align:center;
}
.main_ob_mid{
	background: url(../images/arabicmain/menu/hhh/mbg.png) repeat-x;
	width:800px;
	height:36px;
}
.hmxx{

}

