#navigation { width: 100%; margin: 0px }

#navigation ul { border-bottom: 1px solid silver; height: 10px }
#navigation ul li { float: left; width: auto; border: none; line-height: 10px }
#navigation ul li a { display: block; width: auto; padding: 0px 10px }

#navigation hr { color: white; background: white; border: 1px white solid; clear: both;  }

#content { clear: both; margin: 0px }