/* Navigation */
.level1
{
	font-size : 11px;
	color : white;
	font-weight : normal;
	text-decoration : none;
	width : 140px;
	background-color : #224265;
	padding-right : 2px;
	padding-left : 4px;
	padding-top : 0px;
	padding-bottom : 0px;
	border-bottom : 1px solid #224265;
	border-right : 1px solid #224265;
	border-top : 1px solid #224265;	 		
	border-left : 1px solid #224265;
}

.level1:hover
{
	font-size : 11px;
	color : white;
	border-bottom : 1px solid #9CA2AD;
	border-right : 1px solid #9CA2AD;
	border-top : 1px solid #9CA2AD;	 		
	border-left : 1px solid #9CA2AD;
}

.level1:active
{
	font-size : 11px;
	color : white;
}

.level1:visited
{
	font-size : 11px;
	color : white;
}

.level2
{
	font-size : 11px;
	color : white;
	font-weight : normal;
	text-decoration : none;
	width : 140px;
	background-color : #224265;
	padding-right : 2px;
	padding-left : 4px;
	padding-top : 0px;
	padding-bottom : 0px;
	border-bottom : 1px solid #224265;
	border-right : 1px solid #224265;
	border-top : 1px solid #224265;	 		
	border-left : 1px solid #224265;
}

.level2:hover
{
	font-size : 11px;
	color : white;
	border-bottom : 1px solid #9CA2AD;
	border-right : 1px solid #9CA2AD;
	border-top : 1px solid #9CA2AD;	 		
	border-left : 1px solid #9CA2AD;
}

.level2:active
{
	font-size : 11px;
	color : white;
}

.level2:visited
{
	font-size : 11px;
	color : white;
}

.level3
{
	font-size : 11px;
	color : white;
	font-weight : normal;
	text-decoration : none;
	width : 140px;
	background-color : #224265;
	padding-right : 2px;
	padding-left : 4px;
	padding-top : 0px;
	padding-bottom : 0px;
	border-bottom : 1px solid #224265;
	border-right : 1px solid #224265;
	border-top : 1px solid #224265;	 		
	border-left : 1px solid #224265;
}

.level3:hover
{
	font-size : 11px;
	color : white;
	border-bottom : 1px solid #9CA2AD;
	border-right : 1px solid #9CA2AD;
	border-top : 1px solid #9CA2AD;	 		
	border-left : 1px solid #9CA2AD;
}

.level3:active
{
	font-size : 11px;
	color : white;
}

.level3:visited
{
	font-size : 11px;
	color : white;
}

.level4
{
	font-size : 11px;
	color : white;
	font-weight : normal;
	text-decoration : none;
	width : 140px;
	background-color : #224265;
	padding-right : 2px;
	padding-left : 4px;
	padding-top : 0px;
	padding-bottom : 0px;
	border-bottom : 1px solid #224265;
	border-right : 1px solid #224265;
	border-top : 1px solid #224265;	 		
	border-left : 1px solid #224265;
}

.level4:hover
{
	font-size : 11px;
	color : white;
	border-bottom : 1px solid #9CA2AD;
	border-right : 1px solid #9CA2AD;
	border-top : 1px solid #9CA2AD;	 		
	border-left : 1px solid #9CA2AD;
}

.level4:active
{
	font-size : 11px;
	color : white;
}

.level4:visited
{
	font-size : 11px;
	color : white;
}

