#selectedItem {
	color: #000000;
	text-decoration: none;
	background: #9fcc9b url(/resources/images/menu1_background.gif) bottom center no-repeat;
}
#unselectedItem:hover {
	color: #000000;
	text-decoration: none;
	background: #9fcc9b url(/resources/images/menu1_background.gif) bottom center no-repeat;
}

.menu1 {
	background: #9fcc9b;
	width: 100%;
}

#menub2 {
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
#menub2 ul {
	margin: 0;
	margin-left: 0px; /*menu offset from left edge of window*/
	float: left;
	padding-left: 0px;
	width: 100%;
	background: #8fbc8b;
}
* html #menub2 ul { /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
	margin-bottom: 0em;
	margin-left: 0px; /*menu offset from left edge of window in IE*/
}
#menub2 ul li {
	display: inline;
	float: left;
	border-right: #ffffcc 1px solid;
}
#menub2 ul li:first-child {
	display: inline;
	float: left;
	border-left: none;
}
#menub2 ul li a {
	float: left;
	color: #000000;
	font: normal 11px Verdana;
	padding: 5px 9px 5px 5px;
	text-decoration: none;
}
#menub2 ul li a:visited {
	color: #000000;
}
#menub2 ul li a:hover, #menub2 ul li a#menu2select { /*hover and selected link*/
	color: #000000;
	background: #8fbc8b url(/resources/images/menu2_background.gif) bottom center no-repeat;
}

#menub3 {
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
#menub3 ul {
	margin: 0;
	margin-left: 0px; /*menu offset from left edge of window*/
	float: left;
	padding-left: 0px;
	width: 100%;
	background: #ffffcc;
	border-bottom: none 0px;
}
* html #menub3 ul { /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
	margin-bottom: 0em;
	margin-left: 0px; /*menu offset from left edge of window in IE*/
}
#menub3 ul li {
	display: inline;
	float: left;
	border: #000000 1px solid;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#menub3 ul li:first-child {
	display: inline;
	float: left;
	border-left: #000000 1px solid;
	margin-left: 200px;
}
#menub3 ul li a {
	float: left;
	color: #7fac7b;
	font: normal 11px Verdana;
	padding: 5px 9px 5px 5px;
	text-decoration: none;
}
#menub3 ul li a:visited {
	color: #7fac7b;
}
#menub3 ul li a:hover, #menub3 ul li a#menu3select { /*hover and selected link*/
	color: #000000;
	background: #eeeebb;
}
