@charset "utf-8";
/* CSS Document */

#menu a, #menu a:visited {
	text-align:left;
	text-decoration:none;
	color:#663300;
	display:block;
	width:125px;
	height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/menu/bck-1.jpg);
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
	padding-right: 0px;
	position: relative;
	left: -5px;
	list-style-type: none;
	background-color: #534D21;
  }
#menu a:hover,
body#pageone a#menu-pageone,
body#pagetwo a#menu-pagetwo,
body#pagethree a#menu-pagethree,
body#pagefour a#menu-pagefour,
body#pagefive a#menu-pagefive,
body#pagesix a#menu-pagesix,
body#pageseven a#menu-pageseven,
body#pageeight a#menu-pageeight
{
	color: #FFFF00;
	background-color: #534D21;
  }
