#site-nav_1 {
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
	width: 990px;
	height: 52px;
	z-index: 80; /* was: 2147483645 */
}
	#site-nav_1 a:hover { text-decoration: none; }
	#site-nav_1 ul, #site-nav_1 li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#site-nav_1 #site-nav-list_1 {
		background:  url(/includes/navigation/1/canvas_background_bg.gif);
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		display: block;
		height: 52px;
		width: 990px;
		
	}
		/* Tier 1 nav items */
		#site-nav_1 li.tier1 {
			display: block;
			float: left;
			width: auto;
			position: relative;
			text-align: center;
			/* width: 1%; */
		}
			
			/* Remove border from last item */
			html.ie8 #site-nav_1 li.tier1.last-child { border-right: 0; }
			#site-nav_1 li.tier1:last-child { border: 0; }
			
			#site-nav_1 li.tier1 a {
				color: #fff;
				font-family: ;
				font-size: ;
				
				display: block;
				line-height: 52pxpx;
				white-space: nowrap;
			}
				/* For IEs which don't support the table display */
				html.ie #site-nav_1 li.tier1 a { padding: 0 2em; }
				html.ie6 #site-nav_1 li.tier1 a { float: left; }
				
				/* Remove left/right borders from left/right items, */
				#site-nav_1 li.tier1:first-child a { 
					border-left: 0;
					-moz-border-radius: 0;
					-webkit-border-bottom-left-radius: 0;
					border-radius: 0;
				}
				html.ie8 #site-nav_1 li.tier1.last-child a {
					-moz-border-radius: 0;
					-webkit-border-bottom-right-radius: 0;
					border-radius: 0;
					border-right: 0;
				}
				#site-nav_1 li.tier1:last-child a { 
					-moz-border-radius: 0;
					-webkit-border-bottom-right-radius: 0;
					border-radius: 0;
					border-right: 0;
				}
				
				/* Active top tier nav item */
				#site-nav_1 li.tier1 a.active {
					background:  url(/includes/navigation/1/item_background_bg.jpg) repeat-x 0 104;
					border-color: ;
					color: ;
				}
				
				/* Hover style for top tier nav items */
				#site-nav_1 li.tier1 a:hover,
				#site-nav_1 li.tier1:hover a {
					background:  url(/includes/navigation/1/item_background_bg.jpg) repeat-x 0 52;
					border-color: ;
					color: ;
				}
					/* Open dropdown on hover */
					#site-nav_1 li.tier1:hover ul { display: block; }
				
		/* Dropdowns */
		#site-nav_1 ul.tier2 {
			background: #000000;
/*
			filter: alpha(opacity=80);
			-moz-opacity: 0.8;
			opacity: 0.8;
*/
			-moz-border-radius: 0 0 4px 4px;
			-webkit-border-bottom-left-radius: 0;
			-webkit-border-bottom-right-radius: 0;
			border-radius: 0 0 4px 4px;
			border: 1px solid #d0d0d0;
			-moz-box-shadow: 0 1px 4px rgba(0,0,0,.4); 
			-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.4); 
			box-shadow: 0 1px 4px rgba(0,0,0,.4); 
			clear: both;
			display: none;
			width: 200px;
			max-width: 250px;
			position: absolute;
			text-align: left;
			zoom: 1;
		}
		
		#site-nav_1 ul.tier2 * {
/*
			filter: alpha(opacity=100);
			-moz-opacity: 1;
			opacity: 1;
*/
		}
		
		html.ie ul.tier2 { width: 250px; }
			/* align the last dropdown to the right edge of the menu */
			#site-nav_1 li.tier1.last-child ul { right: 0; }
			#site-nav_1 li.tier1:last-child ul { right: 0; }
			#site-nav_1 ul.tier2 li {
				border: 0;
				display: block;
				width: 100%;
			}
				#site-nav_1 li.tier1 ul.tier2 a {
					background: none;
					border: 0;
					border-bottom: 1px solid #d0d0d0;
					color: #FFFFFF;
					display: block;
					float: none;
					line-height: normal;
					padding: 8px 10px;
					white-space: normal;
					font-family: ;
					font-size: ;
					text-decoration: none;
				}
					#site-nav_1 li.tier1 ul.tier2 a:hover {
						background: #000000;
						color: #990000;
						border-color: #d0d0d0;
						text-decoration: none;
					}
					#site-nav_1 li.tier1 ul.tier2 a:active {
						background: ;
						color: ;
						border-color: ;
						text-decoration: none;
					}
					
					/* Round bottom of last anchor */
					#site-nav_1 ul.tier2 li.last-child a { border: 0; }
					#site-nav_1 ul.tier2 li:last-child a {
						border: 0;
						-moz-border-radius: 0 0 4px 4px;
						-webkit-border-bottom-left-radius: 4px;
						-webkit-border-bottom-right-radius: 4px;
						border-radius: 0 0 4px 4px;
						text-decoration: none;
					}

#site-nav_1 li#tier1_1_10 { width: 140px; height: 52px; border: 0; }
#site-nav_1 li#tier1_1_10 a.tier1 { width: 140px; height: 52px; border: 0; background: #fff url(/includes/navigation/1/images/10.gif) no-repeat; line-height: 140px }
#site-nav_1 li#tier1_1_10 a.tier1:hover { background: url(/includes/navigation/1/images/10.gif) 0 -52px; }
#site-nav_1 li#tier1_1_10 a.tier1:active { background: url(/includes/navigation/1/images/10.gif) 0 -104px; }
#site-nav_1 li#tier1_1_10 a.tier1 span { display: none }
#site-nav_1 li#tier1_1_1 { width: 140px; height: 52px; border: 0; }
#site-nav_1 li#tier1_1_1 a.tier1 { width: 140px; height: 52px; border: 0; background: #fff url(/includes/navigation/1/images/1.gif) no-repeat; line-height: 140px }
#site-nav_1 li#tier1_1_1 a.tier1:hover { background: url(/includes/navigation/1/images/1.gif) 0 -52px; }
#site-nav_1 li#tier1_1_1 a.tier1:active { background: url(/includes/navigation/1/images/1.gif) 0 -104px; }
#site-nav_1 li#tier1_1_1 a.tier1 span { display: none }
#site-nav_1 li#tier1_1_2 { width: 140px; height: 52px; border: 0; }
#site-nav_1 li#tier1_1_2 a.tier1 { width: 140px; height: 52px; border: 0; background: #fff url(/includes/navigation/1/images/2.gif) no-repeat; line-height: 140px }
#site-nav_1 li#tier1_1_2 a.tier1:hover { background: url(/includes/navigation/1/images/2.gif) 0 -52px; }
#site-nav_1 li#tier1_1_2 a.tier1:active { background: url(/includes/navigation/1/images/2.gif) 0 -104px; }
#site-nav_1 li#tier1_1_2 a.tier1 span { display: none }
#site-nav_1 li#tier1_1_18 { width: 140px; height: 52px; border: 0; }
#site-nav_1 li#tier1_1_18 a.tier1 { width: 140px; height: 52px; border: 0; background: #fff url(/includes/navigation/1/images/18.gif) no-repeat; line-height: 140px }
#site-nav_1 li#tier1_1_18 a.tier1:hover { background: url(/includes/navigation/1/images/18.gif) 0 -52px; }
#site-nav_1 li#tier1_1_18 a.tier1:active { background: url(/includes/navigation/1/images/18.gif) 0 -104px; }
#site-nav_1 li#tier1_1_18 a.tier1 span { display: none }
#site-nav_1 li#tier1_1_4 { width: 140px; height: 52px; border: 0; }
#site-nav_1 li#tier1_1_4 a.tier1 { width: 140px; height: 52px; border: 0; background: #fff url(/includes/navigation/1/images/4.gif) no-repeat; line-height: 140px }
#site-nav_1 li#tier1_1_4 a.tier1:hover { background: url(/includes/navigation/1/images/4.gif) 0 -52px; }
#site-nav_1 li#tier1_1_4 a.tier1:active { background: url(/includes/navigation/1/images/4.gif) 0 -104px; }
#site-nav_1 li#tier1_1_4 a.tier1 span { display: none }
#site-nav_1 li#tier1_1_11 { width: 140px; height: 52px; border: 0; }
#site-nav_1 li#tier1_1_11 a.tier1 { width: 140px; height: 52px; border: 0; background: #fff url(/includes/navigation/1/images/11.gif) no-repeat; line-height: 140px }
#site-nav_1 li#tier1_1_11 a.tier1:hover { background: url(/includes/navigation/1/images/11.gif) 0 -52px; }
#site-nav_1 li#tier1_1_11 a.tier1:active { background: url(/includes/navigation/1/images/11.gif) 0 -104px; }
#site-nav_1 li#tier1_1_11 a.tier1 span { display: none }
#site-nav_1 li#tier1_1_5 { width: 140px; height: 52px; border: 0; }
#site-nav_1 li#tier1_1_5 a.tier1 { width: 140px; height: 52px; border: 0; background: #fff url(/includes/navigation/1/images/5.gif) no-repeat; line-height: 140px }
#site-nav_1 li#tier1_1_5 a.tier1:hover { background: url(/includes/navigation/1/images/5.gif) 0 -52px; }
#site-nav_1 li#tier1_1_5 a.tier1:active { background: url(/includes/navigation/1/images/5.gif) 0 -104px; }
#site-nav_1 li#tier1_1_5 a.tier1 span { display: none }
