/*!!!!!!!!!!! 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;}


/*!!!!!!!!!!! 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;	text-align:left;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#cccccc;
		background-color:#000000;
		font-family:Arial;
		font-size:1em;
		font-weight:bold;
		text-decoration:none;
		padding:5px 15px 5px 19px;
		border-style:solid;
		border-color:#000000;
		border-width:1px;
		letter-spacing:-1px;
	
		
		
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 	
		color:#84624E;
		background-color:#000000;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */
		background-color:#000000 !important;
		text-decoration:none !important;
	}


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


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#000;
		padding:0px;
		border-style:solid;
		border-width:0px;
		border-color:#cccccc;
		margin-top:-1px;
		
		font-weight:normal;
		color:#ffffff;
		position:absolute; 
		
	
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{	
		color:#ffffff;
		text-decoration:underline;
		background-color:#000000;
	}


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


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


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		background-color:#000000;
		padding:2px 30px 2px 2px;
		width: 85px; 
		border-width:0px;
		border-style:none;
		border-color:#FFFFFF;
		color:#FFFFFF;
		font-weight:normal;
		
	 	
		
	}