#menub1 {
	background: url(/resources/image/nav_background.gif);
	margin: 0;
	padding: 0;
	height: 27;
	width: 100%;
	white-space: nowrap;
}
#menub1 ul {
	margin: 0;
	width: 100%;
	height: 27;
	padding: 0;
}
* html #menub1 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*/
}
#menub1 ul li {
	background: url(/resources/image/nav_divider.gif) bottom right no-repeat;
	display: inline;
	float: left;
	height: 27;
}
#menub1 ul li:first-child {
	display: inline;
	float: left;
	border-left: none;
}
#menub1 ul li a {
	display: block;
	color: #333333;
	font: normal 13px arial;
	text-decoration: none;
	text-align: center;
}
#menub1 ul li a:visited {
	color: #333333;
}
#menub1 ul li a:hover, #menub1 ul li a#menu1select { /*hover and selected link*/
	color: #ffffff;
}

#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: #C4C4C4;
}
* 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-left: #637594 1px solid;
}
#menub2 ul li:first-child {
	display: inline;
	float: left;
	border-left: none;
}
#menub2 ul li a {
	float: left;
	color: #ffffff;
	font: normal 13px arial;
	padding: 5px 9px 5px 5px;
	text-decoration: none;
}
#menub2 ul li a:visited {
	color: #ffffff;
}
#menub2 ul li a:hover, #menub2 ul li a#menu2select { /*hover and selected link*/
	color: #000000;
	background: #C4C4C4 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: #CCCCCC;
	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: #000000;
	font: normal 13px arial;
	padding: 5px 9px 5px 5px;
	text-decoration: none;
}
#menub3 ul li a:visited {
	color: #000000;
}
#menub3 ul li a:hover, #menub3 ul li a#menu3select { /*hover and selected link*/
	color: #000000;
	background: #C4C4C4;
}
