/********QuickMenu navigation *********************/
/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none;}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:auto;
		background:#bababa;
		background:-webkit-gradient(linear, left bottom, left top, color-stop(0.3, rgb(186,186,186)), color-stop(1, rgb(248,242,250)));
		background:-moz-linear-gradient(center bottom , rgb(139, 139, 139) 0%, rgb(248, 242, 250) 100%);
/*		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f2fa', endColorstr='#bababa');*/ /*supposedly IE-safe way to render gradients, but eliminated drop-downs*/
		background-position:0% 0%;
		padding:0 0 0 0;
		margin:0 0 -2px -4px;
		float:left;
		left:0px;
		z-index:6;
		top:-2px;
	}
	
	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:3px 7px 4px 7px;
		color:#000;
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-size:16px;
		font-weight:normal;
		text-decoration:none;
		border-width:1px;
		border-style:solid;
		border-color:transparent;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		background:#4f2683;
		background:-webkit-gradient(linear, left bottom, left top, color-stop(0.3, rgb(248,242,250)), color-stop(1, rgb(186,186,186)));
		background:-moz-linear-gradient(center bottom , rgb(248, 242, 250) 30%, rgb(186, 186, 186) 100%);
/*		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bababa', endColorstr='#f8f2fa');*/
		background-position:0% 0%;
		border-style:solid;
		border-color:#909090;
		z-index:10;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	
		background:#4f2683;
		background:-webkit-gradient(linear, left bottom, left top, color-stop(0.3, rgb(248,242,250)), color-stop(1, rgb(186,186,186)));
		background:-moz-linear-gradient(center bottom , rgb(248, 242, 250) 30%, rgb(186, 186, 186) 100%);
/*		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bababa', endColorstr='#f8f2fa');*/
		background-position:0% 0%;
		border-style:solid;
		border-color:#909090;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background:-webkit-gradient(linear, left bottom, left top, color-stop(0.3, rgb(186,186,186)), color-stop(1, rgb(248,242,250)));
		background:-moz-linear-gradient(center bottom , rgb(248, 242, 250) 30%, rgb(186, 186, 186) 100%);
/*		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f2fa', endColorstr='#bababa');*/
		background-position:0% 0%;
		border:solid #909090 1px;
		border-bottom:solid #f8f2fa 1px;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:5px;
		background:rgb(248,242,250);
		border:#A6A6A6 solid 1px;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:2px 20px 2px 5px;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:11px;
		border-style:none;
		border-color:#909090;
		font-weight:normal;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		background:#4f2683;
		color:#FFFFFF;
		text-decoration:none;
		border-style:none;
	}



	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		background:#4f2683;
		color:#FFFFFF;
		text-decoration:none;
		border-style:none;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background:#4f2683;
		color:#FFFFFF;
		text-decoration:none;
		border-style:none;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		cursor:default;
		padding:3px 0px 3px 4px;
		color:#444444;
		font-family:arial;
		font-size:11px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
		margin:4px 0px;
		border-color:#BFBFBF;
	}


	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm0 .qmdividery	
	{	
		border-left-width:1px;
		height:15px;
		margin:4px 2px 0px;
		border-color:#AAAAAA;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li:hover > a.qmparent	
	{	
		background-image:url("qmimages/cssalt1_arrow_right_hover.gif");
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul .qmparent	
	{	
		background-image:url("qmimages/cssalt1_arrow_right.gif");
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a.qmparent	
	{	
		background-image:url("qmimages/cssalt1_arrow_down_hover.gif");
		text-decoration:none;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 .qmparent	
	{	
		background-image:url("qmimages/cssalt1_arrow_down.gif");
		background-repeat:no-repeat;
		background-position:97% 50%;
	}
