#wrap {
	height: 29px;
    width:450px;
    }
#menu {
	/*background-image: url(img/bg.jpg);
	background-repeat: no-repeat;*/ 
    padding:4px 0;
    width:450px;
    height: 29px;
    }
#menu a {
    padding:4px 10px;
    text-decoration:underline;
    font-weight:bold;
    color:#000000;
    }
#menu a.hover {
    background:#ffffff;
    text-decoration: none;
    }
#menu span {
    display:none;
    }
#img {
    vertical-align:bottom;
    }

#subnav {
    font-size:10px;
    margin-bottom:2em;
    }
#subnav a {
	background: #5C5C5C;
    color:#ffffff;
    margin-right:1em;
    }
#subnav span {
    color:#DEDEDE;
    margin-right:1em;
    }
