
#header-outerwrap {
text-align:center;
}
#header-innerwrap {
margin:0 auto 0 auto; text-align:center; width:600px;
}





#header {
    float:left;
    width:100%;
    /*background:yellow;*/
    line-height:normal;
    white-space:nowrap;
}

#header ul {
    margin:0;
    padding:10px 0 0 0;
    list-style:none;
}

#header li {
    display:inline;
    margin:0;
    padding:0;
}



#header a {
    float:left;
    background:url("/images/tab_right.gif") no-repeat right top;
    margin:0;
    padding:0;
    text-decoration:none;
}
#header a span {
    float:left;
    display:block;
    background:url("/images/tab_left.gif") no-repeat left top;
    padding:10px 12px 6px 10px;
    font: bold 11px tahoma,arial,geneva,sans-serif;
    color:black;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
   color:#FAD23C;
}

#header #current a {
    background-position:100% -150px;
    border-width:0;
}
#header #current a span {
    background-position:0% -150px;
    color:#FAD23C;
}


#header a:hover {
    background-position:100% -150px;
    color:black;
}
#header a:hover span {
    background-position:0% -150px;
    color:#FAD23C;
}


/*************************************************************/


#subheader-outerwrap {
    float: left;
    text-align: center;
    width: 100%;
    background:#660033;
    white-space:nowrap;
    padding:2px 0 4px 0;
}




#subheader a {
    display:inline;
    text-decoration:none;
    font: bold 11px tahoma,arial,geneva,sans-serif;
    font-weight:bold;
    color:white;
}

#subheader #current-sub a {
    color:#FAD23C;
}


#subheader a:hover {
    color:#FAD23C;
}

