#nav, #nav ul {
    /* all lists */padding: 0;
  	margin: 0;
   	list-style: none;
   	line-height: 1;
   	height:1.5em;
   	background-color:#EB3D00;
	color:#FFFFFF;
	font-size:0.75em;
	font-weight:bold;
  }


#nav a {
	color:#FFFFFF;
	display: block;
	width: auto;
	margin-left:10px;
	margin-right:10px;
	text-decoration:none;
	vertical-align: middle;
  }

#nav a:hover {
	text-decoration:underline;
  }


#nav li {
    /* all list items */float: left;
    width: auto; line-height:1.5em;
    /* width needed or else Opera goes nuts */;
  }


.menuborderouter {
    border-bottom-color : #223061;
    border-bottom-style : solid;
    border-bottom-width : 3px;
    border-top-color : #223061;
    border-top-style : solid;
    border-top-width : 3px;
  }


.menuborderinner {
    border-bottom-color : #FFFFFF;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-top-color : #FFFFFF;
    border-top-style : solid;
    border-top-width : 1px;
  }

