/*"""""""" (MAIN) Container """"""""*/
#qm0 { 
	background-color:transparent;
}

/*"""""""" (MAIN) Items """"""""*/
#qm0 a.home {
	float: left;
	width: 74px; height: 41px;
	margin-right: 18px;
	background: url( '../images/nav_02.gif' ) top left no-repeat;
	text-decoration:none;
}
#qm0 a.home:hover {
	float: left;
	width: 74px; height: 41px;
	margin-right: 18px;
	background: url( '../images/nav_02.gif' ) 0 -82px no-repeat;
	text-decoration:none;
}

#qm0 a.about {
	float: left;
	width: 103px; height: 41px;
	margin-right: 18px;
	background: url( '../images/nav_04.gif' ) top left no-repeat;
	text-decoration:none;
}
#qm0 a.about:hover {
	float: left;
	width: 103px; height: 41px;
	margin-right: 18px;
	background: url( '../images/nav_04.gif' ) 0 -82px no-repeat;
	text-decoration:none;
}

#qm0 a.community {
	float: left;
	width: 134px; height: 41px;
	margin-right: 18px;
	background: url( '../images/nav_06.gif' ) top left no-repeat;
	text-decoration:none;
}
#qm0 a.community:hover {
	float: left;
	width: 134px; height: 41px;
	margin-right: 18px;
	background: url( '../images/nav_06.gif' ) 0 -82px no-repeat;
	text-decoration:none;
}

#qm0 a.contact {
	float: left;
	width: 120px; height: 41px;
	margin: 0px;
	background: url( '../images/nav_08.gif' ) top left no-repeat;
	text-decoration:none;
}
#qm0 a.contact:hover {
	float: left;
	width: 120px; height: 41px;
	margin: 0px;
	background: url( '../images/nav_08.gif' ) 0 -82px no-repeat;
	text-decoration:none;
}
/*"""""""" (MAIN) Hover State """"""""*/
#qm0 a:hover { 
	background-color:#f2e9cb;
	color: #000; /* 78471d */
}

/*"""""""" (MAIN) Active State w/ Subnav """"""""*/	
body #qm0 .qmactive, body #qm0 .qmactive:hover { 
	background-color:transparent;
	color: #fff;
	text-decoration:none;
}

/*"""""""" (MAIN) Parent Items w/ subnav """"""""*/
#qm0 .qmparent { 
	background-image:url(images/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:95%;
}

/*"""""""" [SUB] Containers """"""""*/
#qm0 div { 
	background-color:#d9c590;
	font: 11px georgia, times, serif;
	color: #fff;
	padding:5px;
	border: 1px solid #000;
	margin-top: 3px;
		
}
	
/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover { 
	text-decoration:none;
}

/*""""""""[SUB] Active State """"""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover { 
	background-color:#f2e9cb;
	color: #000;
}

/*"""""""" [SUB] Parent Items are subnav w/sub-subnav """"""""*/
#qm0 div .qmparent {
	background-image:url(images/arrow_right.gif);	
}

/*"""""""" [SUB] Items """"""""*/
#qm0 div a {		
	background-color:#d9c590;
	color: #78471d;
	padding:2px 10px 2px 5px;
	border-width:0px;
	border-style:none;
	border-color:#000000;
	text-decoration:none;
}
