/*!!!!!!!!!!! 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 {display:none;position:absolute;}



/* 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
	{ 
		background-color:#ffffff;
		padding-left:10px;
		border-width:1px 0px 1px 0px;
		border-style:solid;
		border-color:#000000;
		margin-left:0px;
		background-image:url(images/hp_navbar_bg.gif);
		
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#ffffff;
		background-color:transparent;
		font-family:Arial;
		font-size:.8em;
		text-decoration:none;
		padding:5px 20px 5px 8px;
		border-style:solid;
		border-color:#000000;
		border-width:0px 0px 0px 1px;
		
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		/*border-color:#333333;*/

		color:#000000;
		background-color:#EFF4FA;
		text-decoration:underline;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */
		/*border-color:#333333 !important;*/

		color:#000000 !important;
		background-color:#EFF4FA !important;
		text-decoration:underline !important;
		background-image:url(images/bullet_black_down.gif) !important;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		/*background-image:url(JScripts/bullet_purple_down_arrow.gif);*/
		background-repeat:no-repeat;
		background-position:92%;
		cursor:default;
	}

	


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		
		background-color:#D6DCE2;
		padding:5px 5px 5px 5px;
		border-style:solid;
		border-width:1px 1px 1px 1px;
		margin:0px;
		border-color:#333333;
		
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		font-size:.7em;
		color:#333333;
		border-width:0px 1px 0px 1px;
		border-color:#D6DCE2;
		border-style:solid;
		padding:3px 30px 3px 5px;
		
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{

		border-color:#666666;
		background-color:#EFF4FA;
		color:#000000;
		text-decoration:none;
	}

	#qm0 div div
	{
		margin:0px 0px 0px 3px;
	}

	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */
		border-color:#666666 !important;
		background-color:#EFF4FA !important;
		color:#000000 !important;
		text-decoration:underline !important;
		background-image:url(images/bullet_black_right.gif) !important;
		
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{

		background-image:url(images/bullet_black_right.gif);

	}






/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	

	/*!!!!!!!!!!!!!!!!!!!!!! Menu Sample 1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
	
	/*"""""""" (MAIN) Container """"""""*/
	#qm1
	{ 
		background-color:#ffffff;
		padding-left:10px;
		border-width:1px 0px 1px 0px;
		border-style:solid;
		border-color:#000000;
		margin:0px 10px 0px 10px;
		z-index:10 !important;
		
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm1 a
	{
		color:#444444;
		background-color:transparent;
		font-family:Arial;
		font-size:.75em;
		text-decoration:none;
		padding:3px 20px 3px 8px;
		border-style:solid;
		border-color:#000000;
		border-width:0px 0px 0px 1px;
		
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm1 a:hover
	{ 
		/*border-color:#333333;*/

		color:#000000;
		background-color:#EFF4FA;
		text-decoration:underline;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm1 .qmactive
	{ 
		/* Note: Add '!important' after each style */
		
		color:#000000 !important;
		background-color:#EFF4FA !important;
		text-decoration:underline !important;
		background-image:url(images/s1_bg.gif) !important;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm1 .qmparent
	{
		/*background-image:url(images/bullet_white_down.gif);*/
		background-repeat:no-repeat;
		background-position:92%;
	}

	


	/*"""""""" [SUB] Containers """"""""*/
	#qm1 div
	{
		
		background-color:#ffffff;
		padding:5px 5px 5px 5px;
		border-style:solid;
		border-width:1px 1px 1px 1px;
		
		border-color:#333333;
		
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm1 div a
	{		
		font-size:.7em;
		color:#333333;
		border-width:0px 0px 0px 4px;
		border-color:#ffffff;
		border-style:solid;
		padding:3px 20px 3px 5px;
		
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm1 div a:hover
	{

		border-color:#75B1C2;
		text-decoration:none;
	}

	#qm1 div div
	{
		margin:0px 0px 0px 3px;
	}

	/*""""""""[SUB] Active State """"""""*/
	#qm1 div .qmactive
	{
		/* Note: Add '!important' after each style */
		border-color:#75B1C2 !important;
		text-decoration:underline !important;
		background-image:url(images/bullet_black_right.gif) !important;
		
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm1 div .qmparent 
	{

		background-image:url(images/bullet_black_right.gif);

	}



	/*!!!!!!!!!!!!!!!!!!!!!! Menu Sample 2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
	
	/*"""""""" (MAIN) Container """"""""*/
	#qm2
	{ 
		background-color:#000000;
		border-width:1px 1px 1px 1px;
		border-style:solid;
		border-color:#000000;
		margin:0px 10px 0px 30px;
		padding:40px 10px 40px 10px;
		width:7em;
		background-image:url(images/s2_bg.gif);
		
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm2 a
	{
		color:#aaaaaa;
		background-color:transparent;
		font-family:Arial;
		font-size:.75em;
		text-decoration:none;
		padding:3px 20px 3px 3px;
		border-style:solid;
		border-color:#aaaaaa;
		border-width:0px 0px 1px 0px;
		
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm2 a:hover
	{ 
		/*border-color:#333333;*/

		color:#ffffff;
		border-color:#FFCC33;
		
		/*text-decoration:underline;*/
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm2 .qmactive
	{ 
		/* Note: Add '!important' after each style */
		
		color:#ffffff !important;
		border-color:#FFCC33 !important;
		background-image:url(images/s2_arrow_hl.gif) !important;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm2 .qmparent
	{
		background-image:url(images/s2_arrow2.gif);
		background-repeat:no-repeat;
		background-position:97%;
	}

	


	/*"""""""" [SUB] Containers """"""""*/
	#qm2 div
	{
		
		background-color:#000000;
		padding:5px 5px 5px 5px;
		border-style:solid;
		border-width:1px 1px 1px 1px;
		background-image:url(images/s2_bg.gif);
		border-color:#FFCC33;
		
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm2 div a
	{		
		font-size:.7em;
		color:#cccccc;
		border-width:0px 0px 0px 0px;
		border-color:#FFCC33;
		padding:3px 20px 3px 5px;
		
		
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm2 div a:hover
	{

		color:#FFCC33;
		text-decoration:underline;
	}

	

	/*""""""""[SUB] Active State """"""""*/
	#qm2 div .qmactive
	{
		/* Note: Add '!important' after each style */
		color:#FFCC33 !important;
		text-decoration:underline !important;
		background-image:url(images/bullet_black_right.gif) !important;
		
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm2 div .qmparent 
	{

		background-image:url(images/bullet_black_right.gif);

	}


	/*!!!!!!!!!!!!!!!!!!!!!! Menu Sample 3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
	
	/*"""""""" (MAIN) Container """"""""*/
	#qm3
	{ 
		background-color:#999999;
		padding-left:10px;
		
		
		margin:0px 10px 0px 10px;
		z-index:10 !important;
		
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm3 a
	{
		color:#222222;
		background-color:transparent;
		font-family:Arial;
		font-size:.75em;
		text-decoration:none;
		padding:2px 30px 2px 10px;
		
		/*border-style:solid;
		border-width:1px 1px 1px 1px;
		border-color:#cccccc;*/
		text-align:center;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm3 a:hover
	{ 
		/*border-color:#333333;*/

		color:#6684c2;
		text-decoration:underline;
		
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm3 .qmactive
	{ 
		/* Note: Add '!important' after each style */
		
		
		background-color:#6684c2 !important;
		color:#ffffff !important;
		/*text-decoration:blink !important;*/
		text-decoration: none !important;
		
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm3 .qmparent
	{
		/*background-image:url(images/bullet_white_down.gif);*/
		background-repeat:no-repeat;
		background-position:92%;
	}

	


	/*"""""""" [SUB] Containers """"""""*/
	#qm3 div
	{
		
		background-color:#ffffff;
		padding:5px 5px 5px 0px;
		border-style:solid;
		border-width:1px 1px 1px 5px;
		border-color:#6684c2;
		margin-top:-1px;
		
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm3 div a
	{		
		font-size:.7em;
		color:#222222;
		border-width:0px;
		padding:3px 20px 3px 10px;
		text-align:left;
		
		
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm3 div a:hover
	{
		color:#ffffff;
		background-color:#6684c2;
		border-color:#75B1C2;
		/*text-decoration:blink;*/
		text-decoration:none;
	}

	

	/*""""""""[SUB] Active State """"""""*/
	#qm3 div .qmactive
	{
		/* Note: Add '!important' after each style */
		
		text-decoration:underline !important;
		background-image:url(JScripts/s3_arrow.gif) !important;
		
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm3 div .qmparent 
	{

		background-image:url(JScripts/s3_arrow.gif);

	}


	/*!!!!!!!!!!!!!!!!!!!!!! Menu Sample 4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
	
	/*"""""""" (MAIN) Container """"""""*/
	#qm4
	{ 
		background-color:#ffffff;
		margin:0px 0px 0px 25px;
		
		
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm4 a
	{
		color:#222222;
		background-color:transparent;
		font-family:Arial;
		font-size:.8em;
		text-decoration:none;
		
		margin-right:5px;
		padding:3px 0px 0px 22px;
		
		width:85px;
		height:24px;
		background-image:url(images/s4_item.gif);
		background-position:top left;
		background-repeat:no-repeat;
		
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm4 a:hover
	{ 
		/*border-color:#333333;*/

		background-image:url(images/s4_item_hl.gif);
		
		
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm4 .qmactive
	{ 
		/* Note: Add '!important' after each style */
		
			
		background-image:url(images/s4_item_hl.gif) !important;
		
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm4 .qmparent
	{
		/*background-image:url(images/bullet_white_down.gif);*/
		
	}

	


	/*"""""""" [SUB] Containers """"""""*/
	#qm4 div
	{
		
		background-color:#eaeaea;
		padding:5px 5px 5px 5px;
		border-style:dashed;
		border-width:1px 1px 1px 1px;
		border-color:#757592;
		
		
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm4 div a
	{		
		font-size:.7em;
		color:#222222;
		border-width:0px;
		padding:3px 20px 3px 10px;
		text-align:left;
		background-image:none;
		background-repeat:repeat;
		height:auto;
		width:auto;
		margin:0px;
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm4 div a:hover
	{

		border-color:#75B1C2;
		text-decoration:none;
		background-image:url(images/s4_subitem.gif);
	}


	/*""""""""[SUB] Active State """"""""*/
	#qm4 div .qmactive
	{
		/* Note: Add '!important' after each style */
		
		text-decoration:none !important;
		background-image:url(images/s4_subitem.gif) !important;
		
		
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm4 div .qmparent 
	{

		

	}