/*!!!!!!!!!!! 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}*/

	#qm0 #mitem0 {background-image:url(../images/npt/wrapper/topnav_learnmore.gif);width:137px;height:33px;}
	/*#qm0 #mitem0.qmactive {background-image:url(../images/imagebased_balance_hl.gif);}*/
		
	#qm0 #mitem1 {background-image:url(../images/npt/wrapper/topnav_takeaction.gif);width:137px;height:33px;}
	/*#qm0 #mitem1.qmactive {background-image:url(../images/imagebased_organize_hl.gif);}*/
	
	#qm0 #mitem2 {background-image:url(../images/npt/wrapper/topnav_getinvolved.gif);width:137px;height:33px;}
	/*#qm0 #mitem2.qmactive {background-image:url(../images/imagebased_purchase_hl.gif);}*/
	
	#qm0 #mitem3 {background-image:url(../images/npt/wrapper/topnav_participanttools.gif);width:137px;height:33px;}*/
	/*#qm0 #mitem3.qmactive {background-image:url(../images/imagebased_thirst_hl.gif);}*/
	

	/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{ 
		background-color:transparent;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#000000;
		background-color:transparent;
	   font-family: Arial;
		text-decoration:none;
		padding:0px;
		background-repeat:no-repeat;
		background-position:center center;
		margin-right:10px;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		width:133px;
		*width:137px;
		
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover
	{ 
		text-decoration:underline;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
				

	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#fae2ed;
		margin-top:0px;
		width:137px;
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-decoration:none;
		background-color:#f4bbd6;
	}


	/*""""""""[SUB] Active State """"""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover
	{
		background-color:#ffffff;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
		background-image:url(../images/arrow_right.gif);	
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		margin:0px;
		background-color:#fae2ed;
		padding:2px 2px 2px 2px;
		border-width:0px;
		border-style:none;
		border-color:#000000;

		background-repeat:no-repeat;
		background-position:100%;
		color:#c5006f;
	}