html, body, form {width: 100%; height: 100%; margin: 0; padding: 0;}

.flatmenu {
	display: none;
	list-style: none;
	width: 960px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.flatmenu li {
	display:inline;
	position:relative;
	float:left;
	margin:0;
	padding:0px 20px 0px 20px;
	height:33px;
	font-size:14px;
	line-height:33px;
	white-space: nowrap;
}

.flatmenu a {
	text-decoration:none;
	color:#FFF;
	font-weight: bold;
}

.flatmenu ul li a {
	text-decoration: none;
	color:#FFF;
	font-weight: bold;
	white-space: nowrap;
}

/*
.flatMenuActiveIndicator {
	position: absolute;
	z-index: 599;
	width: 400px;
	height: 39px;
	background: url(5d7bdc1c62cc38029655365fd383b7a619b017e8.gif)  #004483 no-repeat top center;
	overflow: hidden;
}
*/

.flatmenuLevelOne {
/*	width: 200px;*/
	/*display: none;*/
	position: absolute;
	z-index: 600;
	background: url(5d7bdc1c62cc38029655365fd383b7a619b017e8.gif)  #004483 no-repeat top center;
}

.flatmenuLevelOne ul {
	display: block;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.flatmenuLevelOne li {
	display: block;
	position: relative;
	margin: 0;
	/*padding: 0;*/
	font-size:12px;
	background: url(73aafc5a70c9e59c506723c9273f6285e04c16fc.png)  no-repeat top right;
	height: 37px;
	cursor: pointer;
	border-bottom: 1px solid #003e79;
	border-top: 2px solid #0a4d8b;
	font-weight: bold;
	white-space: nowrap;
}

.flatmenuLevelOne li.NoChildren {
  background: none;
}

.flatmenuLevelOne li:first-child {
	border-top: none;
	border-bottom: none;
	height: 38px;
}

.flatmenuLevelOne li:first-child a {
	padding: 12px 40px 11px 20px;
}

.flatmenuLevelOne li.extended-menu {
	background: url(078f95cee973d13bfcd2886400d0949c604435dd.png)  #005193 no-repeat top right;
	border: none;
	height: 40px;
}

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

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

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

li:hover {
/*	background-color:#4f89bf;*/
}


.flatmenuLevelOne li a {
	text-decoration: none;
	color:#FFF;
	display:block;
	padding: 11px 40px 11px 20px;
	clear: both;
	white-space: nowrap;
}



.flatmenuLevelOne li.flatmenu-selected:first-child, .flatmenuLevelOne li:hover:first-child {
	background-color:#4f89bf;
	background-image: none;
	border-top: none;
	border-bottom: none;
}



.flatmenuLevelOne li.flatmenu-selected .ArrowBorder, .flatmenuLevelOne li:hover .ArrowBorder {
	display: block;
}

.flatmenuLevelOne li:first-child .ArrowBorder {
	top: 0px;
}

.flatmenuLevelOne li .ArrowBorder {
	display: none;
	position: absolute;
	z-index: 100;
	top: -2px;
	height: 40px;
	width: 20px;
	overflow: hidden;
}

.ArrowBorder {
	display: none;
}

.flatmenuLevelOneLeft .ArrowBorder {
	float: right;
	right: -9px;
	display: block;
}

.flatmenuLevelOneRight .ArrowBorder {
	float: left;
	left: -17px;
	display: block;
}

.flatmenuLevelTwo {
	/*	width: 200px; */
	position: absolute;
	z-index: 599;
}

.flatmenuLevelTwo ul {
	display: block;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.flatmenuLevelTwo li {
	display: block;
	position: relative;
	margin: 0;
	font-size:12px;
	cursor: pointer;
	height: 37px;
	font-weight: bold;
}


.flatmenuLevelTwo li:first-child {
	height: 35px;
}



.flatmenuLevelTwo li a {
	text-decoration: none;
	color:#FFF;

	padding:11px 20px 11px 20px;
	display:block;
	clear: both;
	float: left;
}


.flatmenuLevelTwo li.flatmenu-selected {
	background-image:none;
}


