#outside{
	/* border:1px solid #006699; */
	background:#006699;
	}
#navigation-1 {
	padding:1px 0; /* Adjusts how close the dark blue button is from the top */
	margin:0px;
	list-style:none;
	width:100%;
	height:26px; /* Adjusts the height of dark blue buttons */
	font: normal 13px arial, verdana,  helvetica;
}
#navigation-1 li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	position:relative;
	width:110px;
}

/* Main dark blue button */
#navigation-1 li a:link, #navigation-1 li a:visited {
	padding:6px 0; /* Works in conjunction with the height to adjust size and text position */ 
	display:block;
	text-align:center;
	text-decoration:none;
	background:#006699; /* dark teal */
	color:#ffffff; 
	width:110px;
	height:15px; /* Adjusts the height of the white divider lines (right side) and the button height */
}

/* Main mouseover button */
#navigation-1 li:hover a, #navigation-1 li a:hover, #navigation-1 li a:active {
	padding:6px 0; /* Works in conjunction with the height to adjust size and text position */
	display:block;
	text-align:center;
	text-decoration:none;
	background: #DFF0FF; /* light blue main mouseover color */
	color:#000000; /* black */
	width:110px;
	height:15px; /* Adjusts the height of the main mouseover buttons */
	/* border-bottom:1px solid #006699; */
	/* border-right:1px solid #FFFFFF; */
}

#navigation-1 li ul.navigation-2 {
	margin:0;
	padding:1px 1px 0;
	list-style:none;
	display:none;
	background:#006699; /* Determines the color behind the dropdown menu buttons so no need for border side colors */
	width:146px;
	position:absolute;
	top:27px; /* Adjusts the up-down position of the dropdown menu */
	left:-2px; /* Adjusts the left-right position of the dropdown menu (a -18 centers the dropdown) */
	/* border:1px solid #006600; */
	border-top:none;
}
#navigation-1 li:hover ul.navigation-2 {
	display:block;
}
#navigation-1 li ul.navigation-2 li {
	width:146px;
	clear:left;
	width:146px;
}

/* 2nd nav */
#navigation-1 li ul.navigation-2 li a:link, #navigation-1 li ul.navigation-2 li a:visited {
	clear:left;
	background: #E7E9E1; /* dropdown color */
	color: #000000;
	padding: 7px 0; /* Adjusts the height of the drop-down button */
	width: 146px;
	border:none;
	border-bottom:1px solid #006699;	
	position:relative;
	z-index:1000;
}

/* 2nd nav mouseover */
#navigation-1 li ul.navigation-2 li:hover a, #navigation-1 li ul.navigation-2 li a:active, #navigation-1 li ul.navigation-2 li a:hover {
	clear:left;
	background: #CCFFFF; /* dropdown mouse-over color */
	color:#000000; 
	padding: 7px 0; /* Adjusts the height of the drop-down button */
	width: 146px;
	border-bottom:1px solid #006699;
	position:relative;
	z-index:1000;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 {
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:145px;
	top:-2px;
	padding:1px 1px 0 1px;
	border:1px solid #006600;
	border-left:1px solid #006600;
	background:#ffffff;
	z-index:900;
}
#navigation-1 li ul.navigation-2 li:hover ul.navigation-3 {
	display:block;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:link, #navigation-1 li ul.navigation-2 li ul.navigation-3 li a:visited {
	background:#006600;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 li:hover a, #navigation-1 li ul.navigation-2 li ul.navigation-3 li a:hover, #navigation-1 li ul.navigation-2 li ul.navigation-3 li a:active {
	background:#339933;
}
#navigation-1 li ul.navigation-2 li a span {
	position:absolute;
	top:0;
	left:132px;
	font-size:12pt;
	color:#fe676f;
}
#navigation-1 li ul.navigation-2 li:hover a span, #navigation-1 li ul.navigation-2 li a:hover span {
	position:absolute;
	top:0;
	left:132px;
	font-size:12pt;
	color:#ffffff;
}