/* ***************************************
 * 		TABS
 * ***************************************/
#nav{
/*    background:url(../images/andreas06/greypx.gif) bottom left repeat-x;*/
    background:url(../images/light-orange/tabs/inactive-online.gif) bottom left repeat-x;
    float:left;
    position: absolute;
}

#nav ul{
    list-style:none;
    margin: 0;
    padding:0;
}

#nav a{
/*    background:url(../images/andreas06/tabs.gif) no-repeat 100% 0;*/
    background:url(../images/light-orange/tabs/inactive-online.gif) no-repeat 100% 0;
    color:#ffffff;
    display:block;
    font-size:0.8em;
    letter-spacing:-1px;
    padding:5px 15px 2px 8px;
    text-decoration:none;
    font-weight: bold;
}

#nav a:hover{
    color:#fff000;
}

#nav li{
/*    background:url(../images/andreas06/tabs.gif) no-repeat 0 0;*/
    background:url(../images/light-orange/tabs/inactive-online.gif) no-repeat 0 0;
    float:left;
    margin:0 4px 0 0;
    padding:0 0 0 9px;
}

#nav #current{
/*    background:url(../images/andreas06/tabs.gif) no-repeat 0 -41px;*/
    background:url(../images/light-orange/tabs/active-online.gif) no-repeat 0 0;
}

#nav #current a{
    background:url(../images/light-orange/tabs/active-online.gif) no-repeat 0 0;
    color: #303030;
    padding:7px 20px 5px 11px;
    font-size: 0.9em;
}
