/*

CONTAINER

*/

div#menu_container {
background:#fff url('/social/images/template_2013/topmenu-bottom-line.png') no-repeat center bottom;
position:relative;
/*99 is for language selector!*/	
z-index:9;
height:51px; /* 1px more to ensure that the hover does not delete the blue line */
overflow:hidden;
clear:both;
}

/*

TOP MENU

*/

ul#topmenu {
height:50px;
list-style:none;
padding:0px;
margin:0px;
width:78%;
float:left;
/* border:1px solid yellow; */
}

ul#topmenu li {float:left;/* margin-top:18px; */font-size:11px;/* border:1px solid red; *//* border-bottom: 5px solid transparent; */}

ul#topmenu li.nav_0, 
ul#topmenu li.nav_1 {background: transparent url('/social/images/template_2013/topmenu-separator.png') no-repeat right 20px;}

ul#topmenu li.home {margin-top: -5px;margin-left: -5px;/*padding-right:6px;*/} 

ul#topmenu li.home:hover {
border:none;
} 

ul#topmenu li a {text-transform:uppercase;font-weight:bold;padding: 20px 15px 9px 15px;display: block;border-bottom: 5px solid transparent;}

ul#topmenu li a, 
ul#topmenu li a:hover, 
ul#topmenu li a:visited {
color:#074a8b;
}

ul#topmenu li a:hover {
text-decoration:none;
}

ul#topmenu li:hover a, ul#topmenu li.current a {border-bottom:5px solid #f4d02a;}

/*

SEARCH FORM

*/

div#search {
width:22%;
height:50px;
float:left;
/* margin-top:14px; */
/*border:1px solid red;*/
}

div#search input#searchKey {
float:left;
margin-top:14px;
width:178px;
height:21px;
line-height:21px; /* same as height - needed for IE to center text vertically */
border:1px solid #5883a0;
box-shadow:none;
border-radius:0px;
padding-left:1px;
color: #074A8B;
}

.js div#search input {
float:left;
margin-top:14px;
margin-right:0px;
padding-left:5px;
box-shadow:none;
border-radius:0px;
border:none;
}

/*

LANGUAGE FIXES

*/

html[lang="de"] ul#topmenu li {padding-left:9px;padding-right:9px;}
html[lang="de"] ul#topmenu li.home {margin-top:14px;padding-left:6px;} /* home button does not move */
html[lang="de"] ul#topmenu {width:80%;}
html[lang="de"] div#search {width:20%;}
html[lang="de"] div#search input#searchKey {width:158px;}

html[lang="hu"] ul#topmenu li {padding-left:10px;padding-right:10px;}
html[lang="hu"] ul#topmenu li.home {margin-top:14px;padding-left:6px;} /* home button does not move */ 
html[lang="hu"] ul#topmenu {width:80%;}
html[lang="hu"] div#search {width:20%;}
html[lang="hu"] div#search input#searchKey {width:158px;}

html[lang="pl"] ul#topmenu li {padding-left:7px;padding-right:7px;}
html[lang="pl"] ul#topmenu li.home {margin-top:14px;padding-left:6px;} /* home button does not move */ 
html[lang="pl"] ul#topmenu {width:80%;}
html[lang="pl"] div#search {width:20%;}
html[lang="pl"] div#search input#searchKey {width:158px;}

html[lang="lv"] ul#topmenu {width:80%;}
html[lang="lv"] div#search {width:20%;}
html[lang="lv"] div#search input#searchKey {width:158px;}

/* 12:35 19/09/2013 */