/* LANGSWITCH */
#langswitch {
	text-align: right;
	padding: 0px; margin: 0px;
	line-height: 0px;
	clear: right;
/* 	width: 50px; */
/* 	height: 22px; */
	/* border: 1px dotted red !important; */
}

#langswitch span {
	padding: 0px; margin: 0px;
}

#langswitch a {
	color: #064D72;
	padding: 0px; margin: 0px;
}


/* MENU, SUBMENU */

#menu {
	height: 22px;
	background: #7F8A89 url('../images/bg_menu.gif') top right repeat;
	padding-left: 20px;
	text-transform: uppercase !important;
}

#menu-image {
	height: 22px;
	margin: 0px; padding: 0px;
	background: #E2EDF3 url('../images/bg_menu.gif') top left repeat;
	/* overflow: hidden; */
	/* border: 1px dotted red; */
}

#menu span {
	margin: 0px;
	padding: 0px;
}

#menu-inner {
	background: transparent url('../images/bg_menu-graphics.jpg') top right no-repeat;
	height: 100%;
}

#menu-inner #menuitems {
	height: 22px;
	float: left;
	margin: 0px; padding: 0px;
	/* border: 1px dotted yellow !important; */
}

#submenu {
	height: 19px;
	background: #7F8A89;
	background: #7F8A89 url('../images/bg_submenu.gif') top right repeat;
	margin: 0px; padding: 0px;
	padding-left: 20px;
	text-align: left;
	clear: left;
	text-transform: uppercase !important;
	/* border: 1px dotted blue !important; */
}

#submenu-inner {
	background: transparent url('../images/bg_submenu-graphics.jpg') top right no-repeat;
	height: 100%;
}

#menu *, #submenu * {
	margin: 0px;
	padding: 0px;
}

#menu .menu-divider, #submenu .menu-divider {
	display: none;
}

#menu .menuitem, #submenu .menuitem, #menu .menuitem-active, #submenu .menuitem-active  {
	color: black;
	font-family: 'Helvetica CE', Arial, sans-serif;
	font-weight: bold;
	/*letter-spacing: -0.1em;*/
	text-decoration: none;
	
	padding: 0px 5px;
	display: block;
	float: left;
	height: 22px;
	border-right: 1px solid #E8EDF5;
}

#menu .menuitem:first-child, #submenu .menuitem:first-child, #menu .menuitem-active:first-child, #submenu .menuitem-active:first-child {
	border-left: 1px solid #E8EDF5;
}

#submenu .menuitem, #submenu .menuitem-active {
	height: 19px;
}

#menu .menu-text {
	font-size: 11px;
	margin-top: 8px;
	padding-top: 0px;
/*	 border: 1px dotted blue; */
	display: block;
	float: left;
}

#menu a  {
	color: #0B0F0F;
	text-decoration: none;
}


#submenu .menu-text {
	color: #1F2C2B;
	font-size: 10px;
	letter-spacing: -0.1em;
	margin-top: 2px;
	display: block;
	float: left;
}

#submenu a  {
	/* color: white; */
	color: #1F2C2B;
	text-decoration: none;
}


#menu .menuitem-active {
	color: white !important;
	background: transparent url('../images/bg_menuitem_on.gif') bottom right repeat-x;
}

#menu .menuitem-active a {
	color: white !important;
}

#submenu .menuitem-active {
	color: white !important;
	background: transparent url('../images/bg_submenuitem_on.gif') bottom right repeat-x;
}


#submenu .menuitem-active a, #submenu .menuitem-active .menu-text { 
	color: white !important;	
}
