#horizontal {
    clear:right;
    margin-left:177px;
    width:847px;
    margin-bottom:23px;
}

#hbar_main {
    display:inline-block;
    height:40px;
    margin:0;
    padding:0;
}
#hbar_main > span.separator {
    display:inline-block;
    height:40px;
    text-align:center;
}
#hbar_social {
    display:inline-block;
    padding:0;
    padding-top:10px;
    margin:0;
    float:right;
    width:240px;
    height:30px;
    overflow:hidden;
	text-align:right;
}
#hbar_social img {
    display:inline-block;
    margin-left:3px;
    margin-right:2px;
}
#hbar_social .meteoville{
font-weight:600;
}
#hbar_social .meteoville a{
font-weight:600;
color:#000;
text-decoration:none;
}
#hbar_social .meteoville a:hover{
text-decoration:none;
}

#hbar_social .meteoforecast{
font-weight:600;
}
#hbar_social .meteoforecast a{
font-weight:600;
color:#ff671a;
text-decoration:none;
}
#hbar_social .meteoforecast a:hover{
text-decoration:none;
}

#hbar_main a {
    display:inline-block;
    width:116px;
    text-align:center;
    text-decoration:none;
    color:black;
    height:40px;
}
#hbar_main a span {
    font-size:7pt;
}
#hbar_main a.selected {
    font-weight:600;
    background:#0ca8c8;
    
    -moz-border-radius-topleft:15px;
    -khtml-border-top-left-radius:15px;
    -webkit-border-top-left-radius:15px;
    border-top-left-radius:15px;

    -moz-border-radius-topright:15px;
    -khtml-border-top-right-radius:15px;
    -webkit-border-top-right-radius:15px;
    border-top-right-radius:15px;
}
#hbar_main a.selected.first {
    -moz-border-radius-topleft:0px;
    -khtml-border-top-left-radius:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;

    -moz-border-radius-topright:15px;
    -khtml-border-top-right-radius:15px;
    -webkit-border-top-right-radius:15px;
    border-top-right-radius:15px;
}

#hbar_sub {
    background:url("../images/bg_sub_bar.png") repeat-x;
    height:38px;
    color:white;
    padding:0;
    margin:0;
}
#hbar_sub p {
    padding-top:11px;
}
#hbar_sub a {
    display:inline-block;
    width:116px;
    text-align:center;
    text-decoration:none;
    color:white;
}
#hbar_sub a:hover {
    text-decoration:underline;
}