#tabbed_nav {
    margin: 0px auto;
    width: 300px;
}
.tabbed_area {
    border: 1px solid #494e52;
    background: #183d57;
    padding: 8px;
}
ul.tabs {
    overflow: hidden;
    margin: -1px 1px 0px 0px; 
    padding: 0px;
}
ul.tabs li {
    list-style: none;
    display: inline;
}
ul.tabs li a {
    display: block; width: 80px; height: 27px;
    float: left;
    padding-right: 0px;
    color: white; line-height: 25px; text-align: center;
    font-size: 12px; font-weight: bold;
    text-decoration: none; text-transform: uppercase;
    background: transparent url(../images/button.png) no-repeat top left scroll;

}
ul.tabs li a:hover {
    background: transparent url(../images/button.png) no-repeat bottom left scroll;
}

ul.tabs li a.active {
    color: white;
    background: transparent url(../images/button.png) no-repeat bottom left scroll ;
}
.content {

    position: relative; z-index:  10000;
    background: #2fa0e1 url(../images/content_bg.jpg) repeat-x bottom left scroll;
}
#news, #popular {
    display: none;
}
.content ul {
	list-style: none;
    margin: 0px;
    padding: 0px 10px;
}
.content ul li {
    border-bottom: 1px solid #b3e3ff;
    padding: 7px 0px;
    font-size: 13px;
}
.content ul li a {
    text-decoration: none;
    color: #b3e3ff;
}
.content ul li a:hover {
    color: white;
}
.content ul li:last-child {
    border-bottom: none;
}/* CSS Document */
