/*Menu Style*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}
.qmmc {	position:relative; float:left;}
.qmmc a {float:left;display:block;white-space:nowrap;}
.qmmc a {float:none}.qmmc div {
	visibility:hidden;
	position:absolute;
	left: 20px;
	top: 20px;
}

	/* 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 """"""""*/
	#qm1
	{ 
		background:none;
		width:auto;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm1 a{
		position:relative;
		float:left;
		width:118px;
		height:21px;
		padding-top:8px;
		text-align:center;
		color:#000000;
		text-decoration:none;
		background-color:#c3c4c6;
		
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm1 a:hover{
		color:#9f1829;
		text-decoration:none;
	}

	/*"""""""" (MAIN) Active State """"""""*/	
	#qm1 .qmactive{
		color:#9f1829 !important;
		text-decoration:none !important;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm1 .qmparent{}


	/*"""""""" [SUB] Containers """"""""*/
	#qm1 div{
		background:none;
		width:178px;
	}

	/*""""""""[SUB] Active State """"""""*/
	#qm1 div .qmactive{}


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


	/*"""""""" [SUB] Items """"""""*/
	#qm1 div a{
		text-align:left;
		padding-left:5px;
		width:178px;
		background-color:#CCCCCC;
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm1 div a:hover{
		background-color:#bcbcbc;
	}
