/*!!!!!!!!!!! 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
	{
		padding-left:10px;
		margin:0px 0px 0px 0px;
		z-index:10 !important;
		height:31px;
		padding:18px 0 0 0;
		
	}



	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{ 
		color:#444444;
		background-color:transparent;
		font-family:Arial;
		font-size:.75em;
		text-decoration:none;
		padding:3px 20px 3px 8px;
		margin:0 5px 0 0;	
		overflow:hidden;	
	}
	#qm0 a#residents, #qm0 a#business, #qm0 a#visitors, #qm0 a#cityhall, #qm0 a#onlineservices  {
	width:108px;
	height:31px;
	/*height:44px;*/
	padding:0;
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:transparent;
	}
		

		#qm0 a#residents {
		background-image:url(http://www.pittmeadows.bc.ca/images/btn_residents.gif);
		}
		#qm0 a#business {
		background-image:url(http://www.pittmeadows.bc.ca/images/btn_business.gif);
		}
		#qm0 a#visitors {
		background-image:url(http://www.pittmeadows.bc.ca/images/btn_visitors.gif);
		}

		#qm0 a#cityhall {
		background-image:url(http://www.pittmeadows.bc.ca/images/btn_cityhall.gif);
		}
		#qm0 a#onlineservices {
		background-image:url(http://www.pittmeadows.bc.ca/images/btn_onlineservices.gif);
		width:144px;
		}
	#qm0 a span{ 
	position:absolute;
	left:-9000px;
}



/*"""""""" (MAIN) Hover State """"""""*/
#qm0 a:hover
{ 
	/*border-color:#333333;*/

	color:#000000;
	background-color:#EFF4FA;
	text-decoration:underline;
}


/*"""""""" (MAIN) Active State """"""""*/	
body #qm0 .qmactive, body #qm0 .qmactive:hover
{ 
	/*color:#000000;
	background-color:#EFF4FA;
	text-decoration:underline;*/
}




/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 .qmparent
{
	/*background-image:url(http://www.pittmeadows.bc.ca/images/bullet_white_down.gif);*/
	background-repeat:no-repeat;
	background-position:93%;
}




/*"""""""" [SUB] Containers """"""""*/
#qm0 div
{
	background-color:#efefef;
	padding:0;
	width:190px;
	border-right:2px solid #717171;
	border-bottom:2px solid #717171;
}


/*"""""""" [SUB] Items """"""""*/
#qm0 div a
{		
	font-size:11px;
	line-height:1.3;
	color:#333333;
	width:160px;
	padding:5px 20px 5px 10px;
	margin:0;
	border:0;
	white-space:normal!important;		
}

/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover
{
	text-decoration:none;
	background-color:#cdcdcd;
}

#qm0 div div
{
	width:190px!important;
	margin:0 0 0 -10px;
}

/*""""""""[SUB] Active State """"""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
{
	text-decoration:none;
	background-image:url(http://www.pittmeadows.bc.ca/images/arrow-on.gif);
	background-color:#cdcdcd;
	background-position:93%!important;
	height:auto!important;
	margin-top:auto!important;

}


/*"""""""" [SUB] Parent Items """"""""*/
#qm0 div .qmparent 
{

	background-image:url(http://www.pittmeadows.bc.ca/images/arrow.gif);

}

