.submenuContainer {
	height: 120px;
	width: 175px;
	padding-top: 3px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #ffffff;
	float: left;
}

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

.submenuItem, .submenuItemActive, .submenuChildItem, .submenuTitle, .submenuChildItem, .submenuChildItemActive {
	/*height: 19px;
	background-color: #3b5b98;*/
	/*border-bottom: 1px solid #0a327e;
	border-top: 1px solid #FFFFFF;*/
	font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	line-height: 100%;
}

.submenuTitle {
	height: 17px;
	color: #FFFFFF;
	/*background-color: #0a327e;*/
	text-align: left;
	padding-top: 4px;
}

.submenuTitle LI {
	color: #FFFFFF;
	list-style-type: square;
}

 .submenuTitle A {
 	color: #FFFFFF;
 	font-weight: bold;
 }

.submenuItem A, .submenuItemActive A {
	/*font-family: Arial, Verdana, "Century Gothic", sans-serif, Helvetica;*/
	font-size: 12px;
	color: #636466;
	font-weight: normal;
	text-decoration: none;
}

.submenuItemActive {
	color: #144B95;
	background-image: url("/content_images/default/backgrounds/background_menu_item.gif");
	background-position: center right;
	background-repeat: no-repeat;
	/*background-color: #5889e3;*/
}

.submenuItem LI, .submenuItemActive LI {
	margin-left: 10px;
	color: #FFFFFF;
	list-style-type: disc;
}

.submenuItemActive A {
	color: #144B95;
	font-weight: bold;
}

.submenuItem:hover, .submenuItemActive:hover {
	color: #144B95;
	background-image: url("/content_images/default/backgrounds/background_menu_item.gif");
	background-position: center right;
	background-repeat: no-repeat;
	/*background-color: #5889e3;*/
}

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

.submenuChildItemContainer {
	display: none;
}

.submenuChildItemContainerActive {
	height: 120px;
	width: 175px;
	padding-top: 3px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #ffffff;
	float: left;
	display: block;
}

.submenuChildItem, .submenuChildItemActive {

}

.submenuChildItem A, .submenuChildItemActive A {
	/*font-family: Arial, Verdana, "Century Gothic", sans-serif, Helvetica;*/
	font-size: 12px;
	color: #636466;
	font-weight: normal;
	text-decoration: none;
}

.submenuChildItemActive {
	color: #144B95;
	background-image: url("/content_images/default/backgrounds/background_menu_item.gif");
	background-position: center right;
	background-repeat: no-repeat;
	/*background-color: #94bdf9;*/
}

.submenuChildItem:hover {
	background-image: url("/content_images/default/backgrounds/background_menu_item.gif");
	background-position: center right;
	background-repeat: no-repeat;
}

.submenuChildItemActive A {
	color: #144B95;
	font-weight: bold;
}

.submenuChildItem:hover, .submenuChildItem:hover A {
	color: #144B95;
	/*background-color: #8ab6f8;*/
}

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

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

.submenuLanguage IMG {
	margin: 1px;
}
