@charset "UTF-8";

.navbar-background {
	background-image: url(../images/navbar-background.png);
	background-repeat: repeat;
	position: absolute;
	height: 20px;
	width: 100%;
	left: 0px;
	top: 94px;
	z-index: 0;
}

#navbar {
	position: absolute;
	left: 132px;
	width: 731px;
	top: 95px;
	z-index: 8;
	height: 27px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#navbar>p {
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
	margin-left: 50px;
	display:inline-block;

}

#navbar>p>a {
	color: #274466;
	text-decoration: none;
}

#navbar>p>a:hover {
	text-decoration: underline;
}

.menuContent a {
	color: #274466;
	text-decoration: none;
}

.menuContent p {
	padding-bottom: 3px;
}

.menuContent a:hover {
	color: #FFF;
	text-decoration: none;
	background: #274466;
}

.menuContent {
	position: absolute;
	top:6px;
	bottom:6px;
	left:6px;
	right:6px;
	border-left-width:3px;
	border-left-style: solid;
	border-left-color: #274466;
	padding-left: 6px;
}

.menu-outer-container {
	background-image: url(../images/navbar-background.png);
	background-repeat: repeat;
	position: absolute;
}

.menu-inner-container {
	background-image:url(../images/menu-inner-background.png);
	background-repeat: repeat;
	position: absolute;
	right: 6px;
	left: 6px;
	top: 6px;
	bottom: 6px;
	text-align: left;
}

.menuItem {
	position: absolute;
	left: 252px;
	top: 93px;
}

#menu1 {
	width: 235px;
	height: 44px;
	left: 45px;
	top: 19px;
}

#menu2 {
	width: 235px;
	height: 61px;
	left: 128px;
	top: 19px;
}

#menu3 {
	width: 235px;
	height: 100px;
	left: 232px;
	top: 19px;
}

#menu4 {
	width: 235px;
	height: 100px;
	left: 396px;
	top: 19px;
}

#menu5 {
	width: 235px;
	height: 44px;
	left: 517px;
	top: 19px;
}
