/*!!!!!!!!!!! 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;
		
	}


	 /*"""""""" (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 10px 0 0;		
	}
	#qm0 a#residents, #qm0 a#business, #qm0 a#visitors, #qm0 a#municipal, #qm0 a#emergency  {
	width:120px;
	height:27px;
	padding:0;
	background-position:0 0;
	background-repeat:no-repeat;
	}
	
	#qm0 a#residents:hover, #qm0 a#business:hover, #qm0 a#visitors:hover, #qm0 a#municipal:hover, #qm0 a#emergency:hover  {
	background-position:0 -47px;
	}
		#qm0 a#residents {
		background-image:url(../images/btn-mm-residents.gif);
		}
		#qm0 a#business {
		background-image:url(../images/btn-mm-business.gif);
		}
		#qm0 a#visitors {
		background-image:url(../images/btn-mm-visitors.gif);
		}
		#qm0 a#municipal {
		background-image:url(../images/btn-mm-municipal.gif);
		}
		#qm0 a#emergency {
		background-image:url(../images/btn-mm-emergency.gif);
		}
	#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;*/
	background-position:0 -47px!important;
}


/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 .qmparent
{
	/*background-image:url(../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;
}

#qm0 div#emergency_sub div
{
	margin-left: -374px;
}


/*""""""""[SUB] Active State """"""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
{
	text-decoration:none;
	background-image:url(../images/arrow-on.gif);
	background-color:#cdcdcd;
	background-position:93%!important;

}


/*"""""""" [SUB] Parent Items """"""""*/
#qm0 div .qmparent 
{

	background-image:url(../images/arrow.gif);

}

