ul#menu {
	width: 100%;
	height: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	list-style-type: none;
	background-image: url(images/menu/bg.png);
	background-repeat: repeat-x;
	font-style: normal;
	line-height: normal;
	font-size: 18px;
	background-attachment: scroll;
}
ul#menu li { display: block; float: left; margin: 0 0 0 5px; }

ul#menu li a {
	height: 50px;
	color: #634226;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
ul#menu li a:hover {
	color: #333;
	background-attachment: scroll;
	background-image: url(images/menu/bg_roll.png);
	background-repeat: repeat-x;
}
ul#menu li a.current{
	color: #FFF;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-image: url(images/menu/bg.png);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 10px;
	background-attachment: scroll;
}

