/*  http://www.cssmenumaker.com/  */

ul#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 30px;
	font-size: 13px;
	font-weight: bold;
	background: transparent url(../images/nav_bg.png) repeat-x top left;
	font-family: Georgia, "Times New Roman";
	border: 0px solid green;
}

ul#menu li {
	border: 0px solid green;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

ul#menu li a {
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 20px 0 20px;
}

ul#menu li a:hover {
	color: #EAD44D;
	height: 25px;
	background: transparent url(../images/nav_bg.png) 0px -30px no-repeat;
}

ul#menu li a.current {
	border: 0px solid green;
	color: #EAD44D;
	display: inline;
	height: 25px;
	background: transparent url(../images/nav_bg.png) 0px -30px no-repeat;
	float: left;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman";
}

