﻿/*!!!!!!!!!!! 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;z-index:10;}
/*---------  set menu align in this here na ja ----------*/
.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1; width:auto;}
.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;width:auto;}
.qmsh div a {float:left;width:auto;}
.qmmc div{visibility:hidden;position:absolute;}
.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;width:auto;} /*insert width:auto;(must pair with float element only) avoid w3c validate*/
li:hover>ul{left:auto;}
#qm0 ul {top:100%;}
#qm0 ul li:hover>ul{top:0px;left:100%;}

/* Add-On Core Code (Remove when not using any add-on's) */
.qmfv { visibility:visible !important; }
.qmfh { visibility:hidden !important; }
        
/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/

	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0 {	
	    color:#fff;
		background-color:transparent;
	}

	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a {
		color:White;
		font-weight:bold;
		text-decoration:none;
		padding:2px 0px 2px 0px;
		text-align:center;
	}
	
	#qm0 a.left, #qm0 a.left_no, #qm0 a.left_active	{	
		padding:0px;
		line-height:23px;
		width:92px;
		height:25px;
		display:block;
		background:url(../images/bg_menu_top.jpg) no-repeat left top;
		cursor:pointer;
	}
	
	#qm0 a.right, #qm0 a.right_no, #qm0 a.right_active  {	
		padding:0px;
		line-height:23px;
		width:93px;
		height:25px;
		background:url(../images/bg_menu_top.jpg) no-repeat right top;
		cursor:pointer;
	}
	
    #qm0 a.left_active 
	{
		width:92px;
		background-position:0 -30px;
	}
	
	#qm0 a.right_active 
	{
		width:93px;
		background-position:-92px -30px;
	}

	#qm0 a.left_no, #qm0 a.right_no { cursor:default; }

	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover {
		text-decoration:none;
	}
	
	#qm0 a:hover.left {	
		width:92px;
		background-position:0 -30px;
	}
	
	#qm0 a:hover.right {
		width:93px;
		background-position:-92px -30px;
	}
	
	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		text-decoration:none;
	}

	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:1px;
		margin:-6px;
		background-color:transparent;
		border-style:none;
	}
	
	/*'''''''' (SUB) ROUND Over'''''''*/
    #qm0 .nonover:hover {   
		background-color:transparent;   
	}

	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:2px 10px 3px;
		background-color:transparent;
		color:#fff;
		border-width:0px;
		border-style:none;
		text-align:left;
		line-height:15px;
		/*overflow:hidden;*/
	}
	
	#qm0 div a.more, #qm0 ul a.more {
		background:url(../images/arrow_right_white.gif) no-repeat right center; 
	}
	
	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover, #qm0 ul a:hover	
	{	
	    text-decoration:none; 
		color:#fff;
	    background-color:#47427c;
	}

	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#47427c;
		color:#fff;
		text-decoration:none;
	}
	
	.Menu_link  { color:White;text-decoration:none; }
    .Menu_link:hover  { color:White;text-decoration:none; }

