/*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 """"""""*/
	#qm0
	{ 
		background-color:#FFFFFF;
		width:158px;
	}


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


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover{
		color:#ffffff;
		background-color:#96979a;
	}

	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive{
		color:#ffffff !important;
		background-color:#96979a !important;
	}


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


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div{
		background-color:#acadaf;
		padding:0px;
	}

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


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


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a{
		text-align:left;
		padding-left:5px;
		width:153px;
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover{}
