/* CSS Document */
.qmfv{visibility:visible !important;}
.qmfh{visibility:hidden !important;}

.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 div a {float:none;text-align:left;}
.qmmc div {visibility:hidden;position:absolute;}

	/* 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;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#000000;
		/*background-color:#efefef;*/
		font-family:Arial, Verdana, Helvetica, sans-serif;
		font-size:11px;
		font-weight:normal;
		text-decoration:none;
		padding:0px 0px 0px 0px;
	}


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


	/*"""""""" (MAIN) Active State """"""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover
	{ 
		background-color:#efefef;
		text-decoration:none;
				

		
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		background-image:url(images/arrow_down.gif);
		background-repeat:no-repeat;
		background-position:95%;
	}
	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
	background-color:#efefef;
	margin-top:5px;
	margin-left:0px;
	border-bottom: 0px none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-decoration:none;
		background-color:#fff;
		border-bottom: 1px solid 1px;
	}


	/*""""""""[SUB] Active State """"""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover
	{
		background-color:#ffffff;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
		background-image:url(../images/sample3_sub_arrow.gif);
			}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		/*background-color:#eeeeee;*/
		padding:2px 0px 2px 5px;
		border-width:0px;
		border-style:none;
		border-color:#000000;border-bottom: 1px solid #c0c0c0;
	}
