/* CSS Tabs */

#navlist {
margin:0;
padding-left: 0;
display: inline;
}

#navlist ul {
margin-bottom:10px;
}
#navlist li {
list-style: none;
display: inline;
float:left;
margin-bottom:-1px
}

#navlist li.first {
margin-left: 0;
border-left: none;
list-style: none;
display: inline;
}

#navlist li a {
background:#e4eaec;
color:#888;
padding:6px 0 5px;
border:1px solid #fff;
margin-left:-1px;
width:90px;
text-align:center;
display: block;
letter-spacing:-0.1em;
line-height:1.2em;
text-decoration: none;
font-size: 12px;
}

#navlist li a:hover {
}

#navlist li a#current2 {
background:#3366cc;
color:#fff;
}

#navlist li a#current {
color: #FFF;
background: #e8180c;
}

#navlist li a#link1 {
background: white;
}
