.flatmenuLevelOne {
	background:url(../images/menu-active-indicator-full.gif) #004483 no-repeat top center;
}

.flatmenuLevelOne li {
	border-bottom: 1px solid #003e79;
	border-top: 2px solid #0a4d8b;
}

.flatmenuLevelOne li.extended-menu:hover, .flatmenuLevelOne li.extended-menu.flatmenu-selected {
	background-color:#4f89bf;
	border-top: none;
	height: 39px;
}

.flatmenuLevelOne li.flatmenu-selected:first-child, .flatmenuLevelOne li:hover:first-child {
	background-color:#4f89bf;
}

.flatmenuLevelOne li.extended-menu.first-extended {
	border-top: 2px solid #0a599a;
}

.flatmenuLevelOneLeft .ArrowBorder {
	background:url(../images/menu-child-indicator.png) no-repeat right center;
}

.flatmenuLevelOneRight .ArrowBorder {
	background:url(../images/menu-child-indicator-2-flipped.png) no-repeat right center;
}

.flatmenuLevelOne li.flatmenu-selected, .flatmenuLevelOne li:hover {
	background-color:#4f89bf;
	background-image: none;
	border-top: 2px solid #4f89bf;
	border-bottom: 1px solid #4f89bf;
}

.flatmenuLevelTwo {
	background-color: #4f89bf;
}

.flatmenuLevelTwo li {
	border-bottom: 1px solid #437eb6;
	border-top: 2px solid #5593c4;
}


.flatmenuLevelTwo li.flatmenu-selected {
	background-color:#6ba9d7;	
	border-bottom: 1px solid #6ba9d7;
	border-top: 2px solid #5593c4;
	background-image:none;
}

/*
.flatmenu li {
	padding:0px 15px 0px 15px;
}
*/
.menu-main {
	background: #0067b3;
	height: 40px;
	line-height: 40px;
	position: relative;
	z-index: 500;
}