#menu ul {
	background: url("images/menu-back.gif");
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 00;
	width: 100%;
}
#menu ul li {
	display: inline;
	float: left;
	font:80% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	}
#menu ul li a {
	color: #fff;
	float: left;
	margin: 0px 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu ul li a:hover {
	background: #CC7F32 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}
#submenu  ul{
	background: #828361;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#submenu ul li {
	display: inline;
	float: left;
	font: 67% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#submenu ul li a {
	background: #828361 bottom right no-repeat;
	color: #fff;
	float: left;
	margin: 0px;
	padding: 2px 12px;
	text-decoration: none;
	font-weight:normal;
}
#submenu ul li a:hover {
	background: #CC7F32 bottom center no-repeat;
	color: #fff;
	padding-bottom: 2px;                    
}
body#home a#homenav,
body#markets a#marketsnav,
body#sales a#salesnav,
body#training a#trainingnav,
body#service a#servicenav,
body#contact a#contactnav {
color: #fff;
background: #828361;
}

#container {
  margin: 0 auto;
  width: 800px;
  } 

