/**
 * language menu (hover menu w/ js)
 **/
 
#languagebox, #topnav{width:124px;margin: 0 0 0 0!important;padding:0 0 0 0!important;  }

.separate_horiz{ width:3px; display:block; float:left; clear: both;}

.getinformedbox{width:124px; height:19px;}

#language {
width:124px!important;
line-height: 19px;
padding: 0;
position: relative;
z-index: 9;
/*display: inline;*/
list-style: none;
margin: 0!important;
padding-left: 0;
position: relative;
}
#language .current:link,
#language .current:visited {
background: transparent url(../template/images/bg_language.png) no-repeat right center;
border: 0px solid #CCC;
display: block;
height: 19px;
padding: 0px 14px 0px;
}
#language .current:focus,
#language .current:hover,
#language .current:active {
/*background-color: #666;*/
}
#language ul {
background: #FFF;
border: 0px solid #CCC;
display: none;
height: auto;
min-width: 124px;
padding: 0px;
position: absolute;
right: 0;
width: 124px;
z-index: 9!important;
}
#language ul:after {
clear: both;
content: ".";
display: block;
font-family: serif;
font-size: 0px;
height: 0pt;
line-height: 0px;
visibility: hidden;
}
#language ul li {
border: none;
display: inline;
float: none;
list-style: none;
margin: 0pt;
}
#language:hover ul {
display: block!important
}
#language a:link,
#language a:visited {
background-color: #FFF;
color: #999;
font-size: inherit;
line-height: 19px;
text-decoration: none;
padding: 0px 14px 0px;
}
#language ul a{
display: block;
}
#language a:focus,
#language a:hover,
#language a:active {
background-color: #666;
color: #FFF;
}




