#navi {
width:620px;  
}

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

#nav li {
float: left;
list-style: none;
display: block;
}

#nav a {
overflow: hidden;
color: #000000;
height: 20px;
padding: 5px 8px 5px 8px;
font-family: Arial,Verdana,Helvetica;
font-size: 11px;
text-transform:uppercase;
text-align: left;
text-decoration: none;
}

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



#nav a.current {
        background-color: #edbb0c;
        color: #ffffff;
}





/* panes */
#panes {
        background:#ffffff;
        margin-bottom: 0px;
        width:620px;    
        /* must be relative so the individual panes can be absolutely positioned */

}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
float: left;
        display:none;
        top:30px;
        left:0px;
        font-size:12px;
        color:#444;
        width:620px;    
        position:relative;
        padding: 0px 0px 0px 0px;
        min-height: 1px;
}






