@CHARSET "ISO-8859-1";

ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 70px;
  list-style: none;
  height: 30px;
}

ul#navmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	display : block;
	list-style: none;
	position: relative;
	height: 24px;
	text-align : center;
	width : 150px;
}

/* Root Menu */
ul#navmenu a {
  border: 0px;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #B34646;
  color: #ffe88b;
  font-family:Georgia, "Times New Roman", Times, serif;
  text-decoration: none;
  height: 30px;
  height: 100%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu div:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #c78787;
  color: #ffe88b;
}