/*--------------------------------------------------*/
/*      NAVIGATOR
/*--------------------------------------------------*/

#stat {
position: absolute;
right: 300px;
line-height: 35px;
color: #333;
font-size: 10px;
font-weight: bold;
}
#languages {
position: absolute;
top: 10px;
right: 25px;
height: 35px;
line-height: 35px;
color: #aaa;
font-size: 10px;
text-align: right;
}
#languages a {
color: #666;
cursor: pointer;
}
#languages a.selected {
color: #444;
font-weight: bold;
}
#navigator {
position: absolute;
bottom: 0;
right: 10px;
width: 960px;
z-index: 880;
}
#navigator ul {
float: right;
padding: 0;
list-style: none;
visibility: hidden;
}
#navigator li {
float:left;
position:relative;
text-align: center;
}
#navigator .tab {
display: block;
margin: 8px 4px 0 0;
padding: 6px 8px 5px 13px;
font-size: 11px;
color: #282828;
border-bottom: 0;
background: #b6d257;
text-decoration: none;
}
#navigator .tab.single {
padding: 6px 13px 5px 13px;
}
#navigator.tab:hover, #navigator .tab.selected {
margin-top: 5px;
padding-top: 7px;
padding-bottom: 7px;
color: #fff;
border-bottom: 0;
background: #96b237;
}