#wrap {
    width:760px;
    }
#menu {
    background:#32312D;
    padding:2px 0;
    width:760px;
	font-size:14px;
	padding-top:10px;
	text-align:center;
    }

#menu a {
    padding: 5px 5px 2px 5px;
    text-decoration:none;
    color:#FFFFFF;
	font-size:14px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
    }
#menu a.hover {
    background:#AAC54D;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;

    }
#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;
    }
