/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
/*[START-QCC]*/.qmmc .qmdivider{
	display:block;
	border-width:0px;
	border-style:solid;
	position:relative;
	z-index:1;
}.qmmc .qmdividery{
	float:right;
	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:inline-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;}/*[END-QCC]*//*[START-QCC0]*/#qm0 ul {
	top:100%;
}#qm0 ul li:hover>ul{top:0px;left:100%;}/*[END-QCC0]*/


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/
	#qm0
	{
	font-family:Verdana;
	font-size:12px;
	float:right;
	}

	/*"""""""" (MAIN) Items""""""""*/
	#qm0 a
	{
	width:auto;
	color:#FFFFFF;
	text-decoration:none;
	text-align:left;
	/*padding-right: 4px;*/
	}
	/*"""""""" (MAIN) Hover State""""""""*/
	#qm0 a:hover
	{
	background-image: url(images/menu_mainhover.png);
	background-repeat: no-repeat;
	background-position: right top;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/
	#qm0 li:hover>a
	{
	background-image: url(images/menu_mainhover.png);
	background-repeat: no-repeat;
	background-position: right top;
	}


	/*"""""""" (MAIN) Parent Items""""""""*/
	#qm0 .qmparent
	{
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 11px;
	padding-left: 7px;
	background-image: url(images/menu_spacer.png);
	background-repeat: no-repeat;
	background-position: center left;
	
	}


	/*"""""""" (MAIN) Active State""""""""*/
	body #qm0 .qmactive, body #qm0 .qmactive:hover
	{
	background-image:url(/images/menu_mainhover.png);
	background:no-repeat;
	text-decoration:none;
	}


	/*"""""""" (SUB) Container""""""""*/
	#qm0 div, #qm0 ul
	{
	background-image:url(images/menu_subtint.png);
	padding-top: 1px;
	padding-bottom:1px;
	padding-right: 1px;
	padding-left: 1px;

	}


	/*"""""""" (SUB) Items""""""""*/
	#qm0 div a, #qm0 ul a
	{

	width:auto;
	padding-right: 30px;
	padding-left: 10px;
	line-height: 32px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;


	}


	/*"""""""" (SUB) Hover State""""""""*/
	#qm0 div a:hover
	{
	background-image:url(images/menu_subhover.png);
	background-repeat:no-repeat;
	background-position: left;
	}
/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/
	#qm0 ul li:hover a
	{
	background-image:url(images/menu_subhover.png);
	background-repeat:no-repeat;
	text-decoration:none;
	background-position: left;
	}


	/*"""""""" (SUB) Parent Items""""""""*/
	#qm0 div .qmparent, #qm0 ul .qmparent
	{
	background-image:url(images/menu_subhover.png);
	line-height: 12px;
	padding-left: 10px;
	background-position: left;
	}



	/*"""""""" (SUB) Active State""""""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover
	{
	background-image:url(images/menu_subhover.png);
	background-repeat:no-repeat;
	width:auto;
	line-height: 12px;
	}
