a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #4a7cc1;
	text-decoration: overline;
}

.barback {
	background-color: #FFFFFF;
	background-image: url(/loyalty/images/bar.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 760px;
	height: 2px;
}

.error {
	font-weight: bold;
	font-size: 15px;
	color: #0000FF;
	text-align: center;
}

fieldset {
	padding-right: 5px;
	padding-left: 5px;
	color: #ec008c;
}

.footer {
	background-color: #4a7cc1;
	background-image: url(/loyalty/images/grass.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #000000;
	width: 760px;
	height: 257px;
}

.font_right {
	font-weight: bold;
	font-size: 15px;
	color: #666;
	text-align: right;
	padding-right: 10px;
}

.font_left {
	font-weight: bold;
	font-size: 15px;
	color: #666;
	text-align: left;
	padding-left: 10px;
}

.font_left_large {
	font-weight: bold;
	font-size: 17px;
	color: #666;
	text-align: left;
	padding-left: 10px;
}

.font_left_black {
	font-weight: bold;
	font-size: 15px;
	color: #000000;
	text-align: left;
	padding-left: 10px;
}

.font_left_black_large {
	font-weight: bold;
	font-size: 17px;
	color: #000000;
	text-align: left;
	padding-left: 10px;
}

.font_left_large {
	font-weight: bold;
	font-size: 17px;
	color: #666;
	text-align: left;
	padding-left: 10px;
}

.font_center {
	font-weight: bold;
	font-size: 15px;
	color: #666;
	text-align: center;
}

.font_center_black {
	font-weight: bold;
	font-size: 15px;
	color: #000000;
	text-align: center;
}

.font_center_large {
	font-weight: bold;
	font-size: 17px;
	color: #666;
	text-align: center;
}

.font_center_black_large {
	font-weight: bold;
	font-size: 17px;
	color: #000000;
	text-align: center;
}

.logo {
	background-color: #4a7cc1;
	background-image: url(/loyalty/images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #000000;
	width: 760px;
	height: 150px;
}

/* The Menu Setup */
.qmmc .qmdivider {
	display:block;
	font-size:1px;
	border-width:0px;
	border-style:solid;
	position:relative;
}

.qmmc .qmdividery {
	float:left;
	width:0px;
}

.qmmc .qmtitle {
	display:block;
	cursor:default;
	white-space:nowrap;
	position:relative;
}

.qmclear {
	font-size:1px;
	height:0px;
	width:0px;
	clear:left;
	line-height:0px;
	display:block;
	float:none !important;
}

.qmmc {
	position:relative;
	zoom:1;
}

.qmmc a, .qmmc li {
	float:left;
	display:block;
	white-space:nowrap;
	position:relative;
}

.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-bottom: 0px;
	padding-left: 3px;
	padding-right: 0px;
	padding-top: 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 ul {
	top:100%;
}

#qm0 ul li:hover>ul {
	top:0px;
	left:104%;
}

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		background-color:transparent;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:5px 60px 3px 0px;
		color:#666;
		font-family:Arial;
		font-size:13px;
		text-decoration:none;
		font-weight:bold;
		border-width:0px 0px 8px;
		border-style:solid;
		border-color:#666;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		color:#000;
		border-color:#4a7cc1;
	}


	/*"""""""" (MAIN) Parent Items""""""""*/	
	#qm0 .qmparent	
	{	
		background-image:none;
		background-repeat:no-repeat;
		background-position:95% 50%;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		color:#000;
		text-decoration:none;
		border-color:#4a7cc1;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:10px 5px;
		background-color:#eeeeee;
		border-width:1px;
		border-style:solid;
		border-color:#4a7cc1;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:2px 2px 2px 2px;
		background-color:transparent;
		color:#000000;
		font-size:12px;
		font-weight:normal;
		border-width:0px;
		border-style:none;
		border-color:#000000;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover, #qm0 ul a:hover	
	{	
		background-color:#666666;
		color:#ffffff;
		text-decoration:none;
	}


	/*"""""""" (SUB) Parent Items""""""""*/	
	#qm0 div .qmparent	
	{	
		background-image:url(/loyalty/images/arrow_right.gif);
	}


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


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
	}


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