
#menux {  
    width:710px;
	position:relative;
	float:left;
	clear:both;
    }
#menux a {
    text-decoration:none;
    font-weight:bold;
    color:#7E96BA;
    }
/*
#menu a.hover {
    background:red;
    }
*/
#menux 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;
    }

