
/*!!!!!!!!!!! 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:transparent;
		margin-top:2px;
		float:left;
		
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		padding:5px 10px 5px 8px;
		background-color:#730202;
		margin-left:10px;
		color:#cccccc;
		font-family:Arial;
		font-weight: normal;
		font-size:10px;
		text-decoration:none;
		/*width:70px;*/
	
	}

	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		background-color:#730202;
		color:#ffff00;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */

		background-color:#730202 !important;
		text-decoration:none !important;
		color:#ffff00;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		background-repeat:no-repeat;
		background-position:95%;
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		padding:5px;
		border-style:none;
		border-width:1px;
		border-color:#730202;
		margin-top:-1px;
		
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-decoration:none;
		color:#ffff00;
		background-color:#730202;
	}


	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */

		background-color:transparent !important;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		background-color:transparent;
		padding:2px 40px 2px 5px;
		border-width:0px;
		border-style:none;
		border-color:#730202;
	}