
#outside{
    background: #9fd29a;
	}
	
#navigation-1 {
	margin:0px;
	list-style:none;
	height:21px;
	width:100%;
	font-family: sans-serif, Arial, Helvetica;
	font-weight:bold;
	font-size: 9pt;
	border-top: 1px solid #FFFFFF;
	border-left: 1px tsolid
/*	border-bottom: 1px solid #FFFFFF;*/
	padding: 1px 0 0 0;
}

#navigation-1 li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	position:relative;
	width:100px;
	border-right:1px solid #FFFFFF;
}
#navigation-1 li a:link, #navigation-1 li a:visited {
/*Padding make sure text staying in box. Text align and centre overight the defaults. height/width make sure same
is followed throughout menu*/
	padding:4px 0;
	display:block;
	text-align:center;
	text-decoration:none;
    background: #9fd29a;
	color:#000000;
	width:100px;
	height:13px;
}
#navigation-1 li:hover a, #navigation-1 li a:hover, #navigation-1 li a:active {
	/*Padding make sure text staying in box. Text align and centre overight the defaults. height/width make sure same
is followed throughout menu*/
	padding:4px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#000000;
	width:100px;
	height:13px;
	background: #00CC33;
}

/*

Start of Sub Menu design

*/


/* top amount takes into account height of 21 for nav 1 as well as a border-bottom height of 1*/
#navigation-1 li ul.navigation-2 {
	margin:0;
	Padding:0;
	top:22px;
	left:0px;
	list-style:none;
	display:none;
	position:absolute;	
}

#navigation-1 li:hover ul.navigation-2 {
	display:block;
}

#navigation-1 li ul.navigation-2 li {
	width:100px;
	clear:left;
}

#navigation-1 li ul.navigation-2 li a:link, #navigation-1 li ul.navigation-2 li a:visited {
	clear:left;
    background: #9fd29a;
	padding:4px 0;
	width:100px;
	border:none;
	border-bottom:1px solid #ffffff;
	position:relative;
	z-index:1000;
}
#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;
	padding:4px 0;
	width:100px;
	border:none;
	border-bottom:1px solid #ffffff;
	position:relative;
	z-index:1000;
	background: #00CC33;
	
}

/*


Start of in-page menu for cover of IE6 (drop down menu not supported)

*/
#navigation-3 {
	margin:10px 0 10px 0;
	list-style:none;
	height:21px;
	width:100%;
	font-family: sans-serif, Arial, Helvetica;
	font-weight:bold;
	font-size: 9pt;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 1px 0 0 0;
}

#navigation-3 li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	position:relative;
	width:100px;
	border-right:1px solid #FFFFFF;
}
#navigation-3 li a:link, #navigation-3 li a:visited {
/*Padding make sure text staying in box. Text align and centre overight the defaults. height/width make sure same
is followed throughout menu*/
	padding:4px 0;
	display:block;
	text-align:center;
	text-decoration:none;
    background: #9fd29a;
	color:#000000;
	width:100px;
	height:13px;
}
#navigation-3 li:hover a, #navigation-3 li a:hover, #navigation-3 li a:active {
	/*Padding make sure text staying in box. Text align and centre overight the defaults. height/width make sure same
is followed throughout menu*/
	padding:4px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#000000;
	width:100px;
	height:13px;
	background: #00CC33;
}


*/
