@charset "UTF-8";
/*---------------------------------------------
nav
--------------------------------------------- */
#nav {
	clear: both;
	width: 990px;
/*	height: 20px;*/
	height: 32px;
	padding: 0px 0px 0 0;
/*	margin: 1px 0 0 0;*/
	margin: 0;
/*	background: url(../../fileadmin/img/menu_bg1.gif) repeat-x top left; */
/*	background-color: #FCCC30;*/
	background-color: transparent;
}

#nav ul {
	float: right;
	height: 32px;
	padding: 0;
/*	margin: 0 0 0 540px;*/
/*	margin: 0 32px 0 508px;*/
	margin: 0 35px 0 0;
	list-style-type: none;
	list-style-image: inherit;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0; 
}

#nav a {
	display: block;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	height: 17px;
	padding: 7px 10px 0px 10px;
	border-bottom: 8px solid #FCCC30;
/*	background-color: #7b4678;*/
	text-decoration: none;
}

#nav a:hover {
/*	background: url(../../fileadmin/img/menu_bg2.gif) no-repeat top left;*/
	color: #784075;
	border-bottom: 8px solid #784075;
}

#nav .current a {
/*	background: url(../../fileadmin/img/menu_bg2.gif) no-repeat top left;*/
	color: #784075;
	border-bottom: 8px solid #784075;
}
