/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
	#menu
{
	height:30px;
	padding-left: 167px;
	overflow: hidden;
	width: 650px;
	font-size: 100%;
}
#menu ul
{
	list-style:none;
}
#menu li
{
	list-style:none;
	display:block;
	float:left;
	height:40px;
	/*border-right:1px solid #CB8503;*/
	line-height:40px;
}
#menu li a
{
	display:block;
	float:left;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	padding:0px 15px;
	font: bold 12px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#menu li a:hover
{
	color:#732420;
	background: url(../images/kerst/hover.png) repeat-x left top;
	overflow: hidden;
	padding: 0px 15px;
}
#menu li a.current
{
	display:block;
	float:left;
	background:url(../images/kerst/hover.png) no-repeat left top;
	color:#732420;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	text-decoration:none;
	padding:0 15px;
	overflow: hidden;
}
#menu li a.current1
{
	display:block;
	float:left;
	background:url(../images/biernav.png) no-repeat left top;
	color:#732420;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	text-decoration:none;
	padding:0 15px;
}

/*#menu li a:hover.current
{
	color:#fff;
}*/
