/*
#flags
{
    list-style:none;
    background-color:#fff;
    z-index:1000;
    position:absolute;
    width:768px;
    height:360px;
    border-left:solid 1px #e4e4e4;
    border-right:solid 9px #b7b7b7;
    opacity:0.9;
    filter:alpha(opacity=90);
}
*/
#flags
{
    list-style:none;
    background-color:#fff;
    z-index:1000;
    position:absolute;
    width:497px;
    height:360px;
    border-left:solid 1px #e4e4e4;
    border-right:solid 1px #b7b7b7;
    opacity:0.9;
    filter:alpha(opacity=90);
}
#flags .section 
{
    float:left;
    min-width:55px;
    max-width:65px;
    background-color:#fff;
    vertical-align:bottom;
    text-align:center;
    margin:20px 15px;
}
#flags .section a, #flags .section a:visited
{
    width:100%;
    text-decoration:none;
    color:#000;
}
ul#flags
{
    display:none;
}
#langs a.langsel, #langs a.langsel:visited
{
    font-size:12px; display:block; padding:8px; text-decoration:none;
}
#langs li:hover ul#flags
{
    display:block;
}
#langs li a, #langs li a:visited
{
    color:#6c6c6c;
}
