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


	/*"""""""" Breadcrumb Styles """"""""*/

		
		/* (Main) Breadcrumb Path - Menu Item */
		#qm0.qmmc .qmbcmain { background-color:#000000 !important;color:#ffffff !important;}
		#qm0.qmmc .qmbcmain:hover { background-color:#000000 !important;color:#ffffff !important;}
		#qm0.qmmc .qmbcmainparent { background-image:url(images/spacer.gif) !important;}		
				

		/* (Sub) Breadcrumb Path - Menu Items */
		#qm0.qmmc .qmbcsub { background-color:#000000 !important;color:#ffffff !important;border-width:1px !important;border-color:#000000;}
		#qm0.qmmc .qmbcsub:hover { background-color:#000000 !important;color:#ffffff !important;border-width:1px !important;cursor:default;}
		#qm0.qmmc .qmbcsubparent { background-color:#000000 !important;color:#ffffff !important;border-width:1px !important;border-color:#000000;}

		/* External Breadcrumb Container */
		.qm-crumbs-container {color:#000000;text-decoration:none;font-family:Arial;font-size:11px;}

		/* External Breadcrumb Links */
		.qm-crumbs-container a {color:#c68e09;text-decoration:none;font-family:Arial;font-size:11px;}

		/* External Breadcrumb Links Hover */
		.qm-crumbs-container a:hover {text-decoration:underline;}

		/* External Breadcrumb Current Page Text or No Link Text */
		.qm-crumbs-current {font-size:11px;}

		/* External Breadcrumb Didivers */
		.qm-crumbs-divider {font-size:11px;}


		/* This CSS positions the breadcrumb text container over the menu bar and to the right.*/
		.qm-crumbs-container {position:absolute;left:60%;z-index:999999;padding-top:7px;}
		.qm-crumbs-container a {display:block;float:left;}
		.qm-crumbs-container span {display:block;float:left;} 


	
		/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{
		/*background-color:#ffffff;*/
		font-family: Arial, sans-serif;
		color: #ffffff;
		font-size: 11px;
		line-height: 14px;
		font-weight:normal;

		padding-left:20px;
		margin:0px 0px 0px 0px;
		z-index:10 !important;
	}

	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#ffffff;
		background-color:transparent;
		font-family: Arial, sans-serif;
		font-size: 11px;
		text-decoration:none;
		padding:0px 18px 0px 18px;
		border-style:none;
		text-align:left;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{
		/*border-color:#000000;*/
		color:#ffffff;
		text-decoration:none;
		background-color:#000000;
		/*background:url(img/navbg_over.gif);*/
	}

	/*"""""""" (MAIN) Active State """"""""*/
	body #qm0 .qmactive, body #qm0 .qmactive:hover
	{
		/*background:url(img/navbg_over.gif);*/
		background-color:#000000;
		color:#ffffff;
		text-decoration:none;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		/*background-image:url(img/arrow_right.gif);*/
		/*background-repeat:no-repeat;*/
		/*background-position:100%;*/
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#c68e09;
		padding:0px;
		border-style:solid;
		border-width:0px 0px 0px 5px;
		border-color:#000000;
		margin-top:0px;
		line-height: 14px;
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{
		font-size:11px;
		color:#ffffff;
		border-style:solid;
		border-width:0px 0px 1px 0px;
		border-color:#D29902;
		padding:3px 20px 3px 13px;
		text-align:left;
		font-weight:normal;
	}

	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		color:#ffffff;
		border-style:solid;
		border-width:0px 0px 1px 0px;
		border-color:#000000;
		text-decoration:none;
		background-color:#000000;
	}

	/*""""""""[SUB] Active State """"""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover
	{
		text-decoration:none;
		background-image:url(img/arrow_right.gif);
		background-color:#000000;
		background-repeat:no-repeat;
		background-position:95%;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent
	{
		background-image:url(img/arrow_right.gif);
		background-repeat:no-repeat;
		background-position:95%;
	}
