li.sub_menu_1 ul a { width: 200px;}
li.sub_menu_2 ul a {width: 95px;}
li.sub_menu_3 ul a {width: 232px;}
li.sub_menu_4 ul a {width: 200px;}
li.sub_menu_5 ul a { width: 122px;}
li.sub_menu_1_en ul a { width: 190px;}
li.sub_menu_2_en ul a {width: 106px;}
li.sub_menu_3_en ul a {width: 107px;}
li.sub_menu_4_en ul a {width: 200px;}
li.sub_menu_5_en ul a { width: 122px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

/* float the list to make it horizontal and a relative position so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
}

/* style the links for the top level */.menu a, .menu a:visited {
display:block;
text-decoration:none;
color:#fff;
height:37px;
border:none;
line-height:37px;
}

.menu ul ul :hover > a.drop {
background:#A3C0E8;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:37px;
left:0;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#E7F0FF;
color:#2155A0;
height:auto !important;
line-height:1em;
padding:5px 10px 5px 10px;border: 1px solid #A3C0E8;border-top:none;
}
.menu ul ul a:hover {background:#fff;color:#2155A0;height:auto !important;line-height:1em;padding:5px 10px 5px 10px;border: 1px solid #A3C0E8;border-top:none;}

/* style the top level hover */
.menu a:hover {
height:auto !important;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#2155A0;
height:auto !important;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible !important;
background:#fff !important;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
visibility:hidden !important;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul {
visibility:hidden !important;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
visibility:visible !important;
}

/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
visibility:visible !important;
}

/* Menu English */

/* remove all the bullets, borders and padding from the default list styling */
.menu_en ul {
padding:0;
margin:0;
list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu_en li {
float:left;
position:relative;
}

/* style the links for the top level */.menu_en a, .menu_en a:visited {
display:block;
text-decoration:none;
color:#fff;
height:37px;
border:none;
line-height:37px;
}
.menu_en ul ul :hover > a.drop {
background:#A3C0E8;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu_en ul ul {
visibility:hidden;
position:absolute;
height:0;
top:37px;
left:0;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu_en table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu_en ul ul a, .menu_en ul ul a:visited {
background:#E7F0FF;
color:#2155A0;
height:auto !important;
line-height:1em;
padding:5px 10px 5px 10px;border: 1px solid #A3C0E8;border-top:none;
}
.menu_en ul ul a:hover {background:#fff;color:#2155A0;height:auto !important;line-height:1em;padding:5px 10px 5px 10px;border: 1px solid #A3C0E8;border-top:none;}

/* style the top level hover */
.menu_en a:hover {
height:auto !important;
}
.menu_en :hover > a, .menu_en ul ul :hover > a {
color:#2155A0;
height:auto !important;
}

/* make the second level visible when hover on first level list OR link */
.menu_en ul li:hover ul,
.menu_en ul a:hover ul {
visibility:visible !important;
background:#fff !important;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu_en ul :hover ul ul {
visibility:hidden !important;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.menu_en ul :hover ul :hover ul ul {
visibility:hidden !important;
}

/* make the third level visible when you hover over second level list OR link */
.menu_en ul :hover ul :hover ul {
visibility:visible !important;
}

/* make the fourth level visible when you hover over third level list OR link */
.menu_en ul :hover ul :hover ul :hover ul {
visibility:visible !important;
}

/*HEADER TOPMENUE*/

/* remove all the bullets, borders and padding from the default list styling */
.topMenue ul {
padding:0;
margin:0;
list-style-type:none;
z-index:5;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.topMenue li {
float:left;
position:relative;
}

/* style the links for the top level */
.topMenue ul ul a:visited {
display:block; 
text-decoration:none;
}
.topMenue ul ul a:hover  {
display:block;
text-decoration:none;
}

/* hide the sub levels and give them a position absolute so that they take up no room */
.topMenue ul ul {
visibility:hidden;
position:absolute;
height:0;
left:0;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.topMenue table {position:absolute; top:0; left:0;}

/* style the second level links */
.topMenue ul ul a, .topMenue ul ul a:visited {
color:#7B7B7B;
/*background:#E0E3E6;*/
padding:5px 10px 5px 10px;
}
.topMenue ul ul a, .topMenue ul ul a:hover {
color:#7B7B7B;
background:url(../images/mainMenue/topmenue_hp.png) repeat-y;
font-family: Arial;
/*background-color:#E0E3E6;*/
height:auto;
font-size:14px;
}

/* make the second level visible when hover on first level list OR link */
.topMenue ul li:hover ul,
.topMenue ul a:hover ul {
visibility:visible !important;
background:#fff !important;
}

/* keep the third level hidden when you hover on first level list OR link */
.topMenue ul :hover ul ul {
visibility:hidden !important;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.topMenue ul :hover ul :hover ul ul {
visibility:hidden !important;
}

/* make the third level visible when you hover over second level list OR link */
.topMenue ul :hover ul :hover ul {
visibility:visible !important;
}

/* make the fourth level visible when you hover over third level list OR link */
.topMenue ul :hover ul :hover ul :hover ul {
visibility:visible !important;
}
.topMenue ul li ul li {
	display:block;
	border-width:1px; border-style:solid; border-color:#fff;
	width:210px;
	font-size:14px;
	margin-top:-1px;
	background:url(../images/mainMenue/topmenue_hg.png) repeat-y;
	margin-left:0px;
}
.topMenue ul li ul li ul {
	display:block;
	border-width:1px; border-style:solid; border-color:#fff;
	width:200px;
	font-size:14px;
	margin-left:210px;
	position:absolute;
	top:-1px;
}

