#menu-top ul {
	margin: 0 60px;  /* Abstand links */
	padding: 30px 0 0 0;  /* Abstand über tabs */
	list-style: none;
	font-size: 8pt;
	float: left;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url(images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#menu-top a span {
	background: transparent url(images/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#5b8fbe;
	text-transform: uppercase;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

 #menu-top a:hover { background-position:0% -42px; }
 #menu-top a:hover span {	background-position:100% -42px; }
 
 
#menu-bottom ul {
	margin: 0 155px;  /* Abstand links */
	
	padding: 3px 0 0 0;  /* Abstand über tabs */
	list-style: none;
	font-size: 8pt;
	float: left;
}

#menu-bottom li {
	display: inline;
	float: left;
}

#menu-bottom a {
	float: left;
	background:url(images/i_menuleft.png) no-repeat left bottom;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#menu-bottom a span {
	background: #FFFFFF url(images/i_menuright.png) no-repeat right bottom;
	padding:5px 15px 4px 6px;
	color:#185CA5;
	text-transform: uppercase;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

 #menu-bottom a:hover { background-position:0% -20px; }
 #menu-bottom a:hover span {	background-position:100% -20px; }
