@charset "UTF-8";

a {	outline:none; }

ul#MenuBar1
{
	border-top:2px solid #6C6C6C;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 725px;
	height:27px;
}


li.menuCell
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	background-image: url(img/navi_bg.gif);
	background-repeat: repeat-x;
	height:27px;
}
li.menuCell-leer
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: default;
	float: left;
	background-image: url(img/navi_bg.gif);
	background-repeat: repeat-x;
	height:27px;
}
li.menuCell_active
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	background-image: url(img/navi_bg_hover.gif);
	background-repeat: repeat-x;
	height:27px;
}

ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	margin-top:-9px;
}

ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/*
ul.MenuBarHorizontal ul li { }

ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}

ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}


ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}*/

a.mainNavi
{
	display: block;
	cursor: pointer;
	color: #666;
	padding: 5px 0em;
	text-decoration: none;
	text-align:center;
	height:27px;
}

/* Menu items that have mouse over or focus have a blue background and white text */
a.mainNavi:hover, a.mainNavi:focus
{
	background-image: url(img/navi_bg_hover.gif);
	background-repeat: repeat-x;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-image: url(img/navi_bg_hover.gif);
	background-repeat: repeat-x;
}

ul.subMenu
{
	background-color: #fff;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	opacity:.80;
	background-image:none;
}

ul.subMenu li
{
	background-image:none;
	display:block;
	color: #333;
}

ul.subMenu a
{
	background-image:none;
	text-align:left;
	height:auto;
	text-decoration: none;
	color: #000;
	display:block;
	padding:5px 0px 5px 35px;
	border-bottom: 1px solid #FFFFFF;
}
ul.subMenu a:hover
{
	background-image:none;
	background-color: #c3dff0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #83a8bf;
}
ul.subMenu2
{
	background-color: #fff;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	opacity:.80;
	background-image:none;
}

ul.subMenu2 li
{
	background-image:none;
	display:block;
	color: #333;

}

ul.subMenu2 a
{
	background-image:none;
	text-align:left;
	height:auto;
	text-decoration: none;
	color: #000;
	display:block;
	padding:5px 0px 5px 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
ul.subMenu2 a:hover
{
	background-image:none;
	background-color: #c3dff0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #83a8bf;
}
.lang_class
{
	padding-left:10px;
}



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

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

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

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		height:27px;
		margin-bottom:-10px;
	}
}
