
/*!!!!!!!!!!! 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
	{ 
	     z-index:10000;
		background-color:#4c2874;
		height:40px;
        line-height:38px;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
	    height:40px;
		color:#ffffff;
        font-family: arial,verdana;
        font-weight:bold;
        font-size:14px;
		text-decoration:none;
		padding: 0px 20px 0px 20px;
		border-style:solid;
		border-color:#ffffff;
    	border: 0px;
	
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
	    color: #ffffff;
		background-color:#32883a;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover
	{ 
		background-color:#32883a;
		text-decoration:none;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		background-image:url(images/arrow_down.gif);
		background-repeat:no-repeat;
		background-position:95%;
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
	    z-index:10000;
        font-family: arial,verdana;
        font-weight:bold;
        font-size:11px;
		text-decoration:none;
		background-color:#dddddd;
		padding:5px;
		border-style:solid;
		border-width:1px;
		border-color:#aaaaaa;
		margin-top:0px;
		border-top:none;
		
	}

	/*"""""""" [SUB][SUB] Containers """"""""*/
	#qm0 div div
	{
	    z-index:1001;
	    color: #29559c;
		background-color:#dddddd;
		padding:5px;
		border-style:solid;
		border-width:1px;
		border-color:#20427a;
		margin-top:1px;
		
	}


	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a
	{
        font-family: arial,verdana;
        font-weight:bold;
        font-size:11px;
        line-height: 18px;
        color: #ffffff;
		text-decoration:none;
		height:auto;
		background-image: url('/assets/images/template/menu-arrow-off.gif');
		background-position: left center;
		background-repeat:no-repeat;
		padding-left: 20px;
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
        color: #ffffff;
		text-decoration:none;
		background-image: url('/assets/images/template/menu-arrow-on.gif');
	}
	
		/*"""""""" [SUB] [SUB] Hover State """"""""*/
	#qm0 div div a:hover
	{
        color: #21417b;
		text-decoration:none;
		background-color: #b5aa9c;
	}




	/*""""""""[SUB] Active State """"""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover
	{
        color: #c8e056;
		background-color:#20427a;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
		background-image:url(images/arrow_right.gif);	
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
	    color: #444444;
		padding:2px 40px 2px 15px;
		border-width:0px;
		border-style:none;
		border-color:#000000;
	}
	
		/*"""""""" [SUB][SUB] Items """"""""*/
	#qm0 div div a
	{		
	    color: #29559c;
		background-color:#e7dfad;
		padding:2px 40px 2px 5px;
		border-width:0px;
		border-style:none;
		border-color:#000000;
	}