/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
/*.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {position:relative;height:1%;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc ul {left:-10000px;position:absolute;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li{position:relative;}.qmmc ul {z-index:10;}.qmmc ul ul {z-index:20;}.qmmc ul ul ul {z-index:30;}.qmmc ul ul ul ul {z-index:40;}.qmmc ul ul ul ul ul {z-index:50;}li:hover>ul{left:auto;}#qm0 li {float:none;}#qm0 li:hover>ul{top:0px;left:100%;}
*/

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/

	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	

	#qm0	
	{	
		width:190px;
		list-style:none;
		padding:0;
		background-color:transparent;
		border-width:0px;
		border-style:solid;
		border-color:#66CC00;
		margin-top:.3em;
		margin-left:0;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		background-color:transparent;
		color:#204671;
		font-family:Verdana;
		text-decoration:none;
		border-width:0px;
		background-image:url('../media/nav_bullet_inactive.gif');
		background-position:1px 6px;
		background-repeat:no-repeat;
	}

	/*"""""""" (MAIN) Items Hover""""""""*/	
	#qm0 a:hover
	{	
		color:#000000;
		text-decoration:underline;
		background-image:url('../media/nav_bullet.gif');
		background-position:1px 6px;
		background-repeat:no-repeat;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		color:#000000;
		background-image:url('../media/nav_bullet.gif');
		background-position:1px 6px;
		background-repeat:no-repeat;
		/* this was so that ONLY active menus would have bullet.
		When changing back, uncomment this and delete those 3 statments from "(MAIN) Items" */
	}

	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:0 0 6px;
		background-color:transparent;
		border-width:1px;
		border-style:none;
		margin:0;
		white-space:normal;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 ul a	
	{	
		display:block;
		padding:1px 0px 1px 15px !important;
		margin:0px 5px 0px 5px;
		background: url('../images/site/bullet.gif') no-repeat left;
		font-size:.65em;
	}
	#qm0 li
	{	
		list-style-type:none;
		padding:0px;
		margin:0px;
		border-bottom:1px solid #DADADA; /* for some STRANGE reason, IE6 NEEDS a border, otherwise it'll display huge spaces between each li. */
	}

	#qm0>li
	{
		margin-bottom:-1px;
	}

	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover, #qm0 ul a:hover	
	{	
		color:#a12503;
		background: url('../images/site/bullet.gif') no-repeat left;
	}

	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#D7F7C6;
		border-color:#999999;
	}


	/*"""""""" Box Animation Styles""""""""*/	
	#qm0 .qmbox	
	{	
		border-width:1px;
		border-style:solid;
		border-color:#999999;
	}

