/*Menu Style*/
.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 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{ 
		margin-left:0px;
		margin-top:0px;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a{
		position:relative;
		float:left;
		height:15px;
		font-size:13px;
		width:187px;
		padding:3px 3px 3px 40px;
		color:#999999;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover{
		position:relative;
		float:left;
		height:15px;
		font-size:13px;
		width:187px;
		padding:3px 3px 3px 40px;
		color:#333333;
		text-decoration:underline;
	}

	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive{
		color:#333333 !important;
		text-decoration:underline !important;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent{
		background-image:url(../images/menu-parent.gif);
		background-repeat:no-repeat;
		background-position:97% 8px;
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div{
		background-color:#ffffff;
		padding:0px;
		border:#999999 1px solid;
		margin-left:230px;
		margin-top:-21px;
		z-index:9998;
	}

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


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent {
		background-image:url(../images/menu-parent.gif);
		background-repeat:no-repeat;
		background-position:97% 8px;
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a{
		height:15px;
		font-size:13px;
		width:150px;
		padding:3px;
		color:#999999;
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover{
		height:15px;
		font-size:13px;
		width:150px;
		padding:3px;
		color:#333333;
		text-decoration:underline;
	}