/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}
.qmmc {position:relative; font-weight:normal; cursor:pointer;}
.qmmc a {float:left;display:block;white-space:nowrap;}
.qmmc div a {float:none;}
.qmmc div {visibility:hidden;position:absolute;}
.qmmc a.current { }
/*!!!!!!!!!!! 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
	{
		color:#6a3c01;		
		padding-left:3px;
		border-width:0px 0px 0px 0px;
		border-style:solid;
		border-color:#e1debe;
		text-align:right;			
	}
	#qm0 a.current { 
	
	}
	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		text-align:center;
		color:#6a3c01;
		background-color:transparent;
		font-family:Arial;
		font-size:1.0em;
		text-decoration:none;
		padding:0px 0px 0px 0px;
		/* width:60px;		*/
		width:65px;	

	}
	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{
		/*border-color:#333333;*/
		text-align:center;
		color:#6a3c01;		
		text-decoration:none;
	}
	/*"""""""" (MAIN) Active State """"""""*/
	#qm0 .qmactive
	{		
		color:#6a3c01 !important;
		
		text-decoration:none !important;
		
	}
	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent 
	{		
		background-repeat:no-repeat;
		background-position:92%;
		cursor:default;
		border-style:solid;
		border-color:#f7f6d7;
		border-width:0px 0px 0px 0px;
		/* width:60px;		*/
		width:65px;
		padding:5px 0px 0px 0px;		
		
	}
	
	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{		
		padding:0px 0px 0px 0px;
		border-style:solid;
		border-width:0px 1px 1px 1px;
		margin:0px;
		border-color:#e1debe;
	}
	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		text-align:left;
		color:#6a3c01;		
		padding:0px 0px 0px 12px;
		background:none;
		width:140px;
		height:22px;
		background-color:#f7f6d7;
	}
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-align:left;
		border-color:#bbddfc;
		background-color:#ede5be;
		color:#6a3c01;
		text-decoration:none;
	}
	#qm0 div div
	{
		margin:0px 0px 0px 0px;
		
	}
	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */
		border-color:#bbddfc !important;
		/* background-color:#2c2c2c !important; */
		color:#6a3c01 !important;
		text-decoration:underline !important;		
		
	}
	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent
	{
		
	}
