#site-nav_4 {
	border-bottom: 1px solid #DDD;
	clear: both;
	margin: 0 0 15px;
	padding: 0 0 5px;
	position: relative;
	width: 400px;
	height: 25px;
	z-index: 2147483637;
}
	#site-nav_4 a:hover { text-decoration: none; }
	#site-nav_4 ul, #site-nav_4 li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#site-nav_4 #site-nav-list_4 {
		background: transparent;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		display: table;
		height: 25px;
		width: 400px;
		
	}
		/* IE <8 doesn't support display: table */
		html.ie6 #site-nav_4 #site-nav-list_4,
		html.ie7 #site-nav_4 #site-nav-list_4 { display: block; width: 400px; }
	
		/* Tier 1 nav items */
		#site-nav_4 li.tier1 {
			border-right: 1px solid transparent;
			display: table-cell;
			position: relative;
			text-align: center;
			/* width: 1%; */
		}
			/* IE <8 doesn't support display: table-cell */
			html.ie6 #site-nav_4 li.tier1,
			html.ie7 #site-nav_4 li.tier1 {
				display: block;
				float: left;
				width: auto;
			}
			
			/* Remove border from last item */
			html.ie8 #site-nav_4 li.tier1.last-child { border-right: 0; }
			#site-nav_4 li.tier1:last-child { border: 0; }
			
			#site-nav_4 li.tier1 a {
				border-left: 1px solid transparent;
				border-right: 1px solid transparent;
				color: #FFFFFF;
				font-family: arial;
				font-size: 11px;
				
				display: block;
				line-height: 25px;
				text-shadow: #000 0 1px 1px;
				white-space: nowrap;
				text-decoration: none;
			}
				/* For IEs which don't support the table display */
				html.ie #site-nav_4 li.tier1 a { padding: 0 2em; }
				html.ie6 #site-nav_4 li.tier1 a { float: left; }
				
				/* Remove left/right borders from left/right items, */
				#site-nav_4 li.tier1:first-child a { 
					border-left: 0;
					-moz-border-radius: 5px 0 0;
					-webkit-border-bottom-left-radius: 0;
					border-radius: 5px 0 0;
				}
				html.ie8 #site-nav_4 li.tier1.last-child a {
					-moz-border-radius: 0 5px 0 0;
					-webkit-border-bottom-right-radius: 0;
					border-radius: 0 5px 0 0;
					border-right: 0;
				}
				#site-nav_4 li.tier1:last-child a { 
					-moz-border-radius: 0 5px 0 0;
					-webkit-border-bottom-right-radius: 0;
					border-radius: 0 5px 0 0;
					border-right: 0;
				}
				
				/* Active top tier nav item */
				#site-nav_4 li.tier1 a.active {
					background: ;
					border-color: ;
					color: ;
					text-decoration: underline;
				}
				
				/* Hover style for top tier nav items */
				#site-nav_4 li.tier1 a:hover,
				#site-nav_4 li.tier1:hover a {
					background: ;
					border-color: ;
					color: ;
					text-decoration: underline;
				}
					/* Open dropdown on hover */
					#site-nav_4 li.tier1:hover ul { display: block; }
				
		/* Dropdowns */
		#site-nav_4 ul.tier2 {
			background: #FFFF99;
/*
			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 none;
			-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;
      z-index: 2147483637;
		}
		
		#site-nav_4 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_4 li.tier1.last-child ul { right: 0; }
			#site-nav_4 li.tier1:last-child ul { right: 0; }
			#site-nav_4 ul.tier2 li {
				border: 0;
				display: block;
				width: 100%;
        z-index: 2147483637;
			}
				#site-nav_4 li.tier1 ul.tier2 a {
					background: none;
					border: 0;
					border-bottom: 1px solid none;
					color: #000000;
					display: block;
					float: none;
					line-height: normal;
					padding: 8px 10px;
					white-space: normal;
					font-family: arial;
					font-size: 11px;
					text-decoration: underline;
				}
					#site-nav_4 li.tier1 ul.tier2 a:hover {
						background: #FFFFFF;
						color: #339966;
						border-color: ;
						text-decoration: underline;
					}
					#site-nav_4 li.tier1 ul.tier2 a:active {
						background: ;
						color: #444444;
						border-color: ;
						text-decoration: none;
					}
					
					/* Round bottom of last anchor */
					#site-nav_4 ul.tier2 li.last-child a { border: 0; }
					#site-nav_4 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;
					}

#site-nav_4 li#tier1_4_492 { width: 70px; height: 25px;  }
#site-nav_4 li#tier1_4_17 { width: 60px; height: 25px;  }