/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {position:relative;}.qmmc a {float:left;display:block;white-space:nowrap;}.qmmc div a {float:none;}.qmmc div {visibility:hidden;position:absolute;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* Remove the comments bleow for vertical mains and change the false value to
           true in the qm_create function after the menus structure. */
	/*.qmmc a {float:none}*/

	
	/*"""""""" (MAIN) Container """"""""*/
	#qm0{padding:0px;}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a{
		text-decoration:none;
		background-image:url(../../../assets/images/sitelayout/Shared/dots.gif);
		background-repeat:repeat-x;
		background-position:bottom;
		padding:5px 10px 2px 0px;
	}

	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover, #qm0 a:focus, #qm0 .qmkeyboardaccess
	{ }

	/*"""""""" (MAIN) Active State """"""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover
	{ }

	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{ }

	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div{margin:0px; min-width:10em;}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a{
	padding:5px 30px 2px 5px;
	background-image:none;
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover, #qm0 div .qmkeyboardaccess{text-decoration:none;}

	#qm0 div div{margin:0px 0px 0px -1px;}

	/*""""""""[SUB] Active State """"""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover{}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent {		
		background-repeat:no-repeat;
		background-position:95% 50%;
		padding-right:20px;
	}
		
	/*##################################*/
	/* qm1 */
	/*##################################*/
	
	/*"""""""" (MAIN) Container """"""""*/
	#qm1{
		padding-left:30px;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm1 a{
		text-decoration:none;
		padding:0px 10px 2px 0px;
	}

	/*"""""""" (MAIN) Hover State """"""""*/
	#qm1 a:hover, #qm0 a:focus, #qm1 .qmkeyboardaccess
	{ }

	/*"""""""" (MAIN) Active State """"""""*/	
	body #qm1 .qmactive, body #qm1 .qmactive:hover
	{ }

	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm1 .qmparent
	{ }

	/*"""""""" [SUB] Containers """"""""*/
	#qm1 div{margin:0px; min-width:10em;
	border:1px solid ;
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm1 div a{
	padding:5px 30px 2px 5px;
	
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm1 div a:hover, #qm1 div .qmkeyboardaccess{text-decoration:none;}

	#qm1 div div{margin:0px 0px 0px -1px;}

	/*""""""""[SUB] Active State """"""""*/
	body #qm1 div .qmactive, body #qm1 div .qmactive:hover{}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm1 div .qmparent {		
		background-repeat:no-repeat;
		background-position:95% 50%;
		padding-right:20px;
	}