.menuContainer {
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

.menuItem, .menuItemActive, .menuChildItem, .menuTitle, .menuChildItem, .menuChildItemActive {
	height: 19px;
	background-color: #bfcfe8;
	border-bottom: 0px solid #FFFFFF;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

.menuTitle {
	color: #FFFFFF;
	background-color: #163087;
	text-align: center;
}

 .menuTitle A {
 	color: #FFFFFF;
 }

.menuItem A, .menuItemActive A {
	font-family: Arial, Verdana, Century Gothic, sans-serif, Helvetica;
	font-size: 11px;
	color: rgb(22, 48, 135);
	font-weight: bold;
	text-decoration: none;
}

.menuItemActive {
	color: #FFFFFF;
	background-color: #94bdf9;
}

.menuItemActive A {
	color: #FFFFFF;
}

.menuItem:hover, .menuItemActive:hover {
	color: #FFFFFF;
	background-color: #8ab6f8;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

.menuChildItemContainer {
	display: none;
}

.menuChildItemContainerActive {
	display: block;
}

.menuChildItem, .menuChildItemActive {
	background-color: #FFFFFF;
	padding-left: 15px;
}

.menuChildItem A, .menuChildItemActive A {
	font-family: Arial, Verdana, Century Gothic, sans-serif, Helvetica;
	font-size: 11px;
	color: rgb(22, 48, 135);
	font-weight: bold;
	text-decoration: none;
}

.menuChildItemActive {
	color: #FFFFFF;
	background-color: #94bdf9;
}

.menuChildItemActive A {
	color: #FFFFFF;
}

.menuChildItem:hover, .menuChildItemActive:hover {
	color: #FFFFFF;
	background-color: #8ab6f8;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

.menuContactInfo {
	color: #FFFFFF;
	background-color: transparant;
	margin-top: 80px;
	padding: 4px;	
	bottom: 0px;
}

.menuLanguage {
	position: relative;
	float: right;
	padding-right: 10px;
}

.menuLanguage IMG {
	margin: 1px;
}
