﻿.MainMenu
{
    background-image: url('../_Images/menu/background.jpg' );
    background-repeat: no-repeat;
    height: 37px;
    direction:rtl;
    text-align:right;
    font-family:Tahoma;
}

    .Level2ItemArrow
    {
        background-image:url(../_Images/menu/redarrow_menu.gif);
		background-repeat:no-repeat;
		background-position:left center;
    }
    
/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}
.qmmc .qmdividery{float:left;width:0px;}
.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}
.qmmc {position:relative;zoom:1;z-index:10;text-align:right; }
.qmmc a, .qmmc li {float:right;display:block;white-space:nowrap;position:relative;z-index:1;}
.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}
.qmsh div a {float:right;}
.qmmc div{visibility:hidden;position:absolute;}
.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}
.qmmc .qmcbox a{display:inline;}
.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}
.qmmc li {z-index:auto;}
.qmmc ul {left:-10000px;position:absolute;z-index:10;}
.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}
.qmmc li a {float:none}
.qmmc li:hover>ul{left:auto;}
#qm0 ul {top:100%;}
#qm0 ul li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! QuickMenu Styles !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:auto;
		height:37px;
		padding:0px 10px 0px 10px;
		background-image:url(../_Images/menu/background.jpg);
		background-repeat:no-repeat;
		border-width:0px;
		border-style:solid;
		border-color:#ffffff;
		
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:11px 10px 10px;
		background-color:transparent;
		color:#515c64;
		font-family:tahoma;
		font-size:11px;
		text-decoration:none;
		font-weight:bold;
		border-width:0px;
		border-style:solid;
		border-color:#ffffff;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		background-image:url(../_Images/menu/background_hover.gif);
		background-repeat:repeat-x;
		color:#ffffff;
		text-decoration:none;
		font-weight:bold;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	
		background-image:url(../_Images/menu/background_hover.gif);
		background-repeat:repeat-x;
		color:#ffffff;
		text-decoration:none;
		font-weight:bold;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background-image:url(../_Images/menu/background_hover.gif);
		background-repeat:repeat-x;
		color:#ffffff;
		font-family:tahoma;
		font-size:11px;
		text-decoration:none;
		font-weight:bold;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		width:200px;
		padding:10px;
		margin:-2px 0px 0px;
		background-color:#ffffff;
		background-image:url(../_Images/menu/subItemContainer_background.jpg);
		background-repeat:repeat-x;
		border-width:1px;
		border-style:solid;
		border-color:#5c5b5b;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		width:180px;
		padding:10px;
		color:#3f3f3f;
		font-size:11px;
		font-weight:normal;
		border-width:0px;
		border-style:solid;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		background-image:url(../_Images/menu/subItem_hoverbg2.gif);
		background-repeat:no-repeat;
		background-position:right center;
		color:#ffffff;
		font-size:11px;
		text-decoration:none;
		font-weight:normal;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		background-image:url(../_Images/menu/subItem_hoverbg2.gif);
		background-repeat:no-repeat;
		background-position:right center;
		color:#ffffff;
		font-size:11px;
		text-decoration:none;
		font-weight:normal;
	}


	/*"""""""" (SUB) Parent Items""""""""*/	
	#qm0 div .qmparent, #qm0 ul .qmparent	
	{	
		color:#3f3f3f;
		font-size:11px;
		text-decoration:none;
		font-weight:normal;
		border-width:0px;
	}


	/*"""""""" (SUB) Parent Hover State""""""""*/	
	#qm0 div .qmparent:hover	
	{	
		background-image:url(../_Images/menu/subItem_hoverbg2.gif);
		background-repeat:no-repeat;
		background-position:right center;
		color:#ffffff;
		font-size:11px;
		border-width:0px;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-image:url(../_Images/menu/subItem_hoverbg2.gif);
		background-repeat:no-repeat;
		background-position:right center;
		color:#ffffff;
		font-size:11px;
		text-decoration:none;
		font-weight:normal;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		margin:2px 5px 5px;
		background-color:#ffff00;
		color:#222222;
		font-family:tahoma;
		font-size:11px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:2px;
		margin:4px 5px;
		border-color:#a2a1ad;
	}


	/*"""""""" Content Box""""""""*/	
	#qm0 .qmcbox	
	{	
		background-color:#ff0000;
	}


	/*"""""""" Custom Rule""""""""	
	ul#qm0 li .qmparent	
	{	
		background-image:url(qmimages/arrow_3.gif);
		background-repeat:no-repeat;
		background-position:92% 50%;
	}

	ul#qm0 li:hover > a.qmparent	
	{	
		background-image:url(qmimages/arrow_2.gif);
		text-decoration:underline;
	}

	ul#qm0 ul li .qmparent	
	{	
		background-image:url(qmimages/arrow_0.gif);
		background-repeat:no-repeat;
		background-position:92% 50%;
	}

	ul#qm0 ul li:hover > a.qmparent	
	{	
		background-image:url(qmimages/arrow_0.gif);
		text-decoration:underline;
	}
*/
