@charset "utf-8";
/* 	
	menu.css
	Design by projectstrech.org
	http://www.projectstrech.org
	© Jenoch, Kai 
*/
.menu{
	background-image:url(images/Baclkink_11.gif);
	background-repeat:no-repeat;
	padding-left:200px;
	margin-bottom:4px;
	height:53px;
	width:900px;
	float:left;
	}
div.menu ul a {
	text-decoration: none; 
	display:block; 
	width: auto;
}
div.menu ul li {
	float:left;
	display:inline; 
	padding: 0; 
	margin: 0;
}
div.menu ul li a {
	background-image:url(images/menu_1.jpg);
	background-repeat:repeat-x;
	color: #fff;
	padding: 4px 10px 0px 10px; 
}
div.menu ul li a:hover { 
	background-image:url(images/menu_0.jpg);
	background-repeat:repeat-x; 
	color: #fff; 
}

div.menu a#current {
	background-image:url(images/menu_0.jpg);
	background-repeat:repeat-x;
	display:block; 
	width: auto; 
	font-weight: bold; 
	color: #fff; 
	padding: 4px 10px 0px 10px;
}

