#menu{
	height: 25px;
  width: 100%;
  color: #000;
  font-weight: bold;
  font-size: 90%;
  border:0;
  margin-top:7px;
}

#menu:after{ /*Add margin between menu and rest of content in Firefox*/
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#menu ul{
  border: 2px solid #ff000;
  width: 100%;
  color: white;
  background: #000066;
  padding: 0;
  margin: 0;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 25px;
  white-space: nowrap;
}

#menu ul li{
  color: white;
	list-style-type: none;
  display: inline;
}

#menu ul li a{
  color: #fff;
  padding: 5px;
  margin: 0;
  text-decoration: none;
  border-right: 2px solid #aac3d2;
}

#menu ul li a:hover{
	font-weight: bold;
  background: #2266AA;
  color: #fff;
  margin: 0;


}
#welc{
	padding-left: 5px;
	
}
