/* ------------- Menu ------------------ */
#templatemo_menu {
	clear: both;
	margin-bottom: 5px;
	padding: 0px;
	width: 930px;
	height: 35px;
	background: #ffffff;
}

#search {
	float: left;
	width: 225px;
	height: 28px;
	padding: 7px 0px 0px 10px;
	background: url(images/templatemo_menu_background.gif) repeat-x;
	
}

#menu {
	float:inherit;
	width: 930px;
	height: 35px;
	margin: 0px;
	background: url(images/templatemo_menu_background.gif) repeat-x;
	

}

#menu ul {
	margin: 0px;
	text-align: left;
	padding:0;
	list-style: none;
}

#menu ul li {
	margin: 0px;
	display: inline;	
}

#templatemo_menu ul li a {
	margin: 0px;
	display:inline-block;
	height: 30px;
	padding: 7px 20px 0px 20px;
	font: 14px Verdana, Arial, Helvetica, sans-serif ;
	
	
	color:#333333;
	text-decoration: none;

}

#menu ul li a:hover, #menu ul li .current {
	color: #FFF;
	background: url(images/templatemo_menuhover_background.gif) repeat-x;
}




/* ---------- Ende Menu ------------- */
