.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:transparent;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#ffffff;
		background-color:#48a2c4;
		font-family:Verdana;
		font-size:12px;
		font-weight:normal;
		text-decoration:none;
		text-align:center;
		padding:2px 8px;
		border-style:solid;
		border-color:#ffffff;
		border-width:1px;
	
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		color:#ffffff; 
		background-color:48a2c4; 
		text-decoration:none; 
		border-color:#ffffff;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */

		background-color:#48a2c4 !important;
		color:#ffffff !important;
		border-color:#ffffff !important;
		text-decoration:none !important;
	}


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


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#a3d0e1;
		padding:0px;
		border-style:solid;
		border-width:1px;
		border-color:#ffffff;
		margin-top:0px;
		
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		color:#fffff;
		text-decoration:none;
		background-color: #48a2c4;
	}


	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */
		background-color:#48a2c4 !important;
		color:#fffff !important;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
		background-image:url(/acommon/galleries/images/arrow_right.gif);	
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		background-color:#a3d0e1;
		padding:2px 5px;
		border-width:1px;
		border-style:none;
		border-color:#ffffff;
		font-weight: normal;
		color:#ffffff;
		text-align:center;
	}


