/*=========*/
/*=========*/
/*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
	{ 
		background-color:transparent;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#e2ebf0;
		background-color:transparent;
		font-family:Tahoma;
		font-size:10px;
		text-decoration:none;
		padding:2px 5px 2px 15px;
		width:105px;
		position:relative;
	
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{
	background-color:#777777;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */
		background-color:#777777 !important;
		text-decoration:none !important;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		background-image:url(../_images/arrow_right.gif);
		background-repeat:no-repeat;
		background-position:97%;
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:transparent;
		padding:0px;
		border-style:solid;
		border-width:1px;
		border-color:#47545c;
		margin-top:-1px;
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		background-color:#999999;
		text-decoration:none;
	}


	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */

		background-color:#999999 !important;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
	background-image:url(../_images/arrow_right.gif);
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		background-color:#777777;
		padding:2px 20px 2px 5px;
		margin:0;
		border-width:0px;
		border-style:none;
		border-color:#000000;
	}
