#wrap {
    border:0px solid black;
    width:100%;
    background: black;
    z-index: 100;
    moz z-indez 4;
    }
#menu {
    background:black;
    font-family:sans-serif;
    border-bottom:0px solid white;
    padding:4px 0;
    width:100%;
    height:28px;
    background:black;
    }
#menu a:link, a:visited {
    padding:4px 10px;
    text-decoration:none;
    font-weight:bold;
    color:white;
    background-image: url(bg2.png); 
    }
#menu a:hover {
    background-image: url(bg2.png);
    }
#menu span {
    display:none;
    }
#img {
    vertical-align:bottom;
    }

#subnav {
    font-size:10px;
    margin-bottom:2em;
    }
#subnav a {
    color:#FB3B00;
    margin-right:1em;
    }
#subnav span {
    color:silver;
    margin-right:1em;
    }
