#content {
	margin:0 auto;
	padding: 0;
	}
#menu {
	border-bottom:1px solid #000000;
	border-right:none;
	border-left:none;
	white-space:nowrap;
	text-align:right;
	background:#ffffff url('/images/background-menubar.gif') top left repeat-x;
	padding:0;
/*	margin-right:1px;*/
	width:100%;
	line-height:20px;
	height:20px;
    }
#menu a {
    padding:4px 8px 4px 8px;
    text-decoration:none;
    font-weight:bold;
	color:#00007b;
    }
#menu a.hover {
	background:#313E94;
	font-weight:bold;
	color:#ffffff;
	border:none;
    }
#menu span {
    display:none;
    }
#img {
    vertical-align:bottom;
    }

#subnav {
    font-size:10px;
    margin-bottom:2em;
    }
#subnav a {
	color:white;
    margin-right:1em;
    }
#subnav span {
	color:white;
    margin-right:1em;
    }
