/* This controls the stroke around the main menu bar, leave the border at 0px for no border  */
#wrap {
    border:0px solid black;
    width:738px;
    }
/* This controls the default state of the background of the main menu, so if you want a color bar behind it, or a stroke at the bottom */
#menu {

    border-bottom:0px solid white;
    padding:3px 0;
    width:738px;

    }
/* This is the text control, so the color, padding, etc of JUST the text in the main bar is affected */
#menu a {
    padding:3px 1px;
    text-decoration:none;
    font-weight:bold;
    color: #607080;
    }
/* If you put a color here, it will create a bar behind the main links, so a transparency should be added too. */
#menu a.hover {

    }
#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;
    }

