/*standard theme*/
.standard{background-color:#ddd; margin-left:40px; -webkit-padding-start: 0px;}
.standard li:first-child{background-position:right -50px;}
.standard a{color:#333;}
.standard a:hover{background:#999;}
.standard li:first-child + li{}

/*regole di layout*/
.langSelect{
    width:120px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    text-align:left;
    list-style:none;
}
.langSelect li{
    line-height:25px;
    position:relative;
}
.langSelect a{
    padding-left:35px;
    position:relative;
    text-decoration:none;
    display:block;
}
.langSelect li:first-child a:hover{
    background:transparent;
}     
.langSelect li:first-child{
    background-image:url(../images/template/flag/bg_lang_select.png);
    background-repeat:no-repeat;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
.langSelect li:last-child a:hover{
    -moz-border-radius:0 0 10px 10px;
    -webkit-border-radius:0 0 10px 10px;
    border-radius:0 0 10px 10px;
}            
.langSelect a span{
    width:16px;
    height:16px;
    position:absolute;
    top:50%;
    margin-top:-8px;
    left:10px;
}