/*!!!!!!!!!!! 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 """"""""*/
	#qm0
	{ 
		background-color:#BEDFBA; /* main menu background color*/
		padding-left:30px;
		border-width:0px 0px 0px 0px;
		border-style:none;
		border-color:#d0e1f3; /* dont worry about this because border-width is set to 0*/
		margin:0px 0px 0px 0px;
		z-index:10!important;
		
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#093B00; /*main menu items TEXT COLOR*/
		background-color:transparent;
		font-family:Arial;
		font-size:11px;
		text-decoration:none;
		padding:5px 5px 3px 8px; /*top/between items/bottom/*/
		border-style:solid;
		border-color:#093B00; /*For the seperators between each main menu item*/
		border-width:0px 0px 0px 1px;
		
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		/*border-color:#333333;*/

		color:#000000; /*color of text when you hover of item*/
		background-color:#f1f6fb; /*SUB MENUS color of hover*/
		text-decoration:underline;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */
		
		color:#000000 !important; /*color of MAIN MENU text when active/hover over it*/
		background-color:#f1f6fb !important; /*color of hover of MAIN MENU items*/
		text-decoration:underline !important;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		/*background-image:url(images/bullet_white_down.gif);*/
		/*background-repeat:no-repeat;*/
		background-position:92%;
	}

	


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		
		background-color:#BEDEBA; /*color of SUB MENUS box/container*/
		padding:0px 5px 5px 5px; /*top,width,bottom,left*/
		border-style:solid;
		border-width:1px 1px 1px 1px;
		
		border-color:#093B00; /*color of SUB MENUS box/container BORDER*/
		
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		font-size:.7em;
		color:#093B00; /*color of SUB MENU text*/
		border-width:0px 0px 0px 0px;
		border-color:#166bc4; /*color of thick sidebar when opening sub menus - keep it same as background color*/
		border-style:solid;
		padding:0px 20px 2px 5px; /*first item sets the spaces between each menu item*/
		
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{

		border-color:#166bc4;   /*spacer on LEFT of SUBMENUS*/
		text-decoration:none;
	}

	#qm0 div div
	{
		margin:0px 0px 0px 3px;
	}

	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */
		border-color:#166bc4 !important;
		text-decoration:underline !important;
		
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{

		/*background-image:url(../images/nav_devider.gif);*/

	}
