.dilsec {
    float: right;
	left:400px;
    margin: 5px 5px 0 0 ;
}

.dilsec ul li {
	padding-left: 0;
}


.header-language{
    border: 0;
    border-right: 1px solid #f9f9f9;
}
.header-language {
    float: left;
    margin: 0 21px 0 0 ;
    height: 23px;
    width: 80px;
    position: relative;
    overflow: hidden;
}



.header-language-select {
    background: #979797 url(../images/header_login_input_bg.gif) no-repeat 0 0;
    display: block;
    /* progressive enhancements */
    box-shadow: 1px 1px 5px #999;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    position: relative;
    z-index:2000;
}

.header-language-select li {
    border-bottom: 1px solid #858585;
    display: block;
    height: 22px;
}

.header-language-select li:hover {}

.header-language-select li:first-child {
    background-image: none;
}

.header-language-select li:last-child { border:0; }

.header-language-select a {
    background: url(../images/header_language_flags1.gif) no-repeat 8px 0;
    display: block;
    line-height: 23px;
    padding: 0 0 10px 25px;
    height: 13px;
    width: 55px;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    
}

.header-language-select .en a { background-position: 8px -23px; }
.header-language-select .fr a { background-position: 8px -46px; }
.header-language-select .tr a { background-position: 8px -69px; }
.header-language-select li.nl a { background-position: 8px -92px; }
.header-language-select li.it a { background-position: 8px -115px; }

.header-language-select li a:hover {
    font-weight: bold;
}

.header-language-dropdown {
    background: #e9e9e9 url(../images/header_icon_dropdown.gif) no-repeat 0 0;
    display: block;
    height: 21px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 21px;
    z-index: 9000;
}
