
.qmfv{visibility:visible !important;}






/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}
.qmmc {position:relative; font-size:14px;}
.qmmc a {float:left;display:block;white-space:nowrap;}
.qmmc div a {float:none;}
.qmmc div {visibility:hidden;position:absolute;}


/*!!!!!!!!!!! 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) Items """"""""*/
	#qm0 a
	{

	
		padding:0px 10px 0px 10px;
		border-width:0px 0px 0px 0px;
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		font-size:11px;
		background-color:#000000;
		padding:5px 5px 5px 5px;
		border-style:solid;
		border-width:1px 1px 1px 1px;
		margin:0px;
		border-color:#333333;
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		
		border-width:0px 1px 0px 1px;
		border-color:#000000;
		border-style:solid;
		padding:5px 5px 5px 5px;
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		border-color:#666666;
	}

