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


	#qm0 #mitem0 {background-image: url(../images/edge_webb_07.jpg);width:90px;height:35px;}
	#qm0 #mitem0.qmactive {background-image: url(../images/edge_webb_r_07.jpg);}
		
	#qm0 #mitem1 {background-image:url(../images/edge_webb_08.jpg);width:79px;height:35px;}
	#qm0 #mitem1.qmactive {background-image:url(../images/edge_webb_r_08.jpg);}
	
	#qm0 #mitem2 {background-image:url(../images/edge_webb_09.jpg);width:103px;height:35px;}
	#qm0 #mitem2.qmactive {background-image:url(../images/edge_webb_r_09.jpg);}
	
	#qm0 #mitem3 {background-image:url(../images/edge_webb_10.jpg);width:101px;height:35px;}
	#qm0 #mitem3.qmactive {background-image:url(../images/edge_webb_r_10.jpg);}

	#qm0 #mitem5 {background-image:url(../images/edge_webb_11.jpg);width:77px;height:35px;}
	#qm0 #mitem5.qmactive {background-image:url(../images/edge_webb_r_11.jpg);}
	
	#qm0 #mitem6 {background-image:url(../images/edge_webb_12.jpg);width:83px;height:35px;}
	#qm0 #mitem6.qmactive {background-image:url(../images/edge_webb_r_12.jpg);}
	

	/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{ 
		background-color:transparent;
		width: 533px;
		margin:0px;
		padding:0px;
		float:left;
	
		
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#000000;
		background-color:transparent;
		font-family:Arial;
		font-size:.8em;
		text-decoration:none;
		padding:0px;
		border-style:none;
		border-color:#dddddd;
		border-width:0px;
		background-repeat:no-repeat;
		background-position:center center;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover
	{ 
		text-decoration:underline;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
				

	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background: url(../images/bg_nav.jpg) no-repeat #CC0000;
		padding:5px 0px 5px 0px;
		border:0px;
		margin-top: 5px;
		border: 1px #fff solid;
		
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		color: #d3b47a;
	}


	/*""""""""[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/arrow_right.gif);	
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		margin:0px;
		background-color: transparent;
		font-size: 11px;
		padding:5px 40px 5px 10px;
		color: #fff;
		border-width:0px;
		border-style:none;
		border-color:#000000;
		width:100px;
		background-repeat:no-repeat;
		background-position:95%;
	}
