#menu {
  float: left;
  width: 100%; 
  font-size: 93%;
  line-height: normal;
  padding: 0px 0px 0px 0px;
}

#myMenu li {
	position: relative;
	list-style: none;
	float:left;
	margin-right: 1px;
}

#myMenu a{
	position: relative;
	color: #fff;	
	height: 24px;
	line-height: 24px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	padding: 0px 13px ;
	background: url(../images/nav_bg.jpg) repeat-x bottom #9e3d46;
	z-index: 5;		
}

#myMenu a:hover{
	background: #b1a18a;
}


