#navigation {
	border-top: 1px solid #FFCC00;
	}
.activeNavItemLevelOne, .nonactiveNavItemLevelOne {
	font-size: 11px;
	font-weight: bold;
	color: #003D77;
	padding: 5px 0px 4px 13px;
	background-color: #ffe88c;
	border-bottom: 1px solid #fff;
	}
.activeNavItemLevelOne {
	background: url(/swr1/pics/navi/active.gif) no-repeat #fff;
	padding: 4px 0px 3px 13px;
	color: #B62E44;
	}
.nonactiveNavItemLevelOne {
	cursor: pointer;
	}
.nonactiveNavItemLevelOne:hover {
	text-decoration: underline;
	}
.activeNavItemLevelTwo, .nonactiveNavItemLevelTwo {
	font-size: 11px;
	color: #003D77;
	padding: 5px 0px 4px 13px;
	background-color: #fff7bd;
	border-bottom: 1px solid #fff;
	}
.activeNavItemLevelTwo{
	background: url(/swr1/pics/navi/active.gif) no-repeat #fff;
	padding: 4px 0px 3px 13px;
	color: #B62E44;
	}
.nonactiveNavItemLevelTwo {
	cursor: pointer;
	}
.nonactiveNavItemLevelTwo:hover {
	text-decoration: underline;
}