
/*!!!!!!!!!!! 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
	{ 
		background-color:#ffffff;
		padding-left:10px;
		border-width:0px 0px 0px 0px;
		border-style:solid;
		border-color:#000000;
		margin:0px 0px 0px 0px;
		z-index:10 !important;
		
		
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		background-color:transparent;
		font-family:"Arial";
		font-size:11px;
		color:#7e7e7e;
		text-decoration:none;
		/*padding:0px 14px 0px 14px;*/
		padding:0px 11px 0px 11px;
		margin:3px 0px 3px 0px;
		border-style:solid;
		border-color:#B7B7B7;
		border-width:0px 0px 0px 1px;
		
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		/*border-color:#333333;*/

		color:#FF0000;
		text-decoration:none;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */
		
		color:#000000 !important;
		/*background-color:#EFF4FA !important;
		text-decoration:underline !important;*/
		background-image:url(images/template2_item_bg.gif) !important;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		/*background-image:url(images/bullet_white_down.gif);*/
		background-repeat:no-repeat;
		background-position:92%;
	}

	


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		
		background-color:#ffffff;
		padding:5px 5px 5px 5px;
		margin-top:3px;
		border-style:solid;
		border-width:1px 1px 1px 1px;
		
		border-color:#B7B7B7;
		text-decoration:none;
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		font-family:"Arial";
		font-size:11px;
		color:#7e7e7e;
		text-decoration:none;
		border-width:0px 0px 0px 0px;
		border-color:#ffffff;
		border-style:solid;
		padding:3px 5px 3px 5px;
		
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{

		border-color:#75B1C2;
		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:#75B1C2 !important;
		text-decoration:underline !important;
		background-image:url(images/template2_black_arrow_right.gif) !important;
		
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{

		background-image:url(images/template2_black_arrow_right.gif);

	}

