@charset "utf-8";
/* CSS Document */

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.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 div a {float:none;}.qmmc div {visibility:hidden;position:absolute;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/

	/* 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
	{ 
		margin:0px 0px 0px 5px;
		border:0px solid #000;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm1 a
	{
		color:#666;
		font-family:"Lucida Grande", Arial;
		font-size:13px;
		text-align:left;
		text-decoration:none;
		padding : 0px 0px 0px 17px;
		width :190px;
		white-space :normal;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm1 a:hover
	{ 
		color:#666;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	body #qm1 .qmactive, body #qm1 .qmactive:hover
	{ 
		color:#333;
		text-decoration:none;
	}



	/*"""""""" [SUB] Containers """"""""*/
	#qm1 div
	{
		margin-top:-1px;
	}

	/*"""""""" [SUB] Items """"""""*/
	#qm1 div a
	{		
		background:#FFF;
		color:#333;
		margin:0px 0px 0px 5px;
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm1 div a:hover
	{
		color:#111;
		text-decoration:none;
	}


	/*""""""""[SUB] Active State """"""""*/
	body #qm1 div .qmactive, body #qm1 div .qmactive:hover
	{
		background-color:#D7F7C6;
	}

	

