/*!!!!!!!!!!! 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 {
	background-color:transparent;
}
/*"""""""" (MAIN) Items """"""""*/
#qm0 a {
	background-image:url(../images/link_off.gif);
	padding-top:4px;
	padding-bottom:4px;
	padding-right:8px;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3c3c3c;
	text-decoration:none;
	padding-left:19px;
	display:block;
	text-align:left;
}

/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover {
	background-image:url(../images/link_on.gif);
	padding-top:4px;
	padding-bottom:4px;
	padding-right:8px;
	background-repeat:no-repeat;
	padding-left:19px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#d6060d;
	text-decoration:underline;
	display:block;
}
/*"""""""" (MAIN) Active State """"""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover {
	/*background-color:#a29f9f;*/
	background-image:url(../images/link_on.gif);
	padding-top:4px;
	padding-bottom:4px;
	padding-right:8px;
	background-repeat:no-repeat;
	padding-left:19px;
	color:#d6060d;
	text-decoration:underline;
}
/*"""""""" (MAIN) Parent Items """"""""*/
/*	#qm0 .qmparent {
	background-image:url(../images/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:95%;
}*/
/*"""""""" [SUB] Containers """"""""*/
#qm0 div {
	background-color:#edebeb;
	border-style:solid;
	border-width:1px;
	border-bottom:none;
	margin-top:-1px;
}
/*"""""""" [SUB] Items """"""""*/
	#qm0 div a {
	background-image:none;
	background-color:#edebeb;
	padding:4px 20px 4px 5px;
	border-bottom:1px solid #000000;
}
/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover {
	text-decoration:none;
	background-color:#ffffff;
	padding:4px 15px 4px 10px;
	background-image:none;
}
/*""""""""[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_on.gif);
	background-repeat:no-repeat;
	background-position:95%;
}

