/* New menu code 11/07/2009 <pker/nC> */
#menue								{ width: 920px; height: 24px; padding-left: 5px; margin-top: 5px; margin-bottom: 5px; background-image: url(../img/layout/verlauf-menue.jpg); background-repeat: repeat-x; background-position: left bottom; }

ul#menue_main 						{ border-left: 0px solid #7f7d7e; display: inline; list-style-type: none; }
ul#menue_main li 						{ display: inline; border-right: 0px solid #7f7d7e; }
/* Changed margin-right from 47px to 43px to fit total width 13/07/2009 <pker/nC> */
ul#menue_main li a 					{ color: #7f7d7e; font-size: 12px; font-weight: normal; display: block; float: left; height: 16px; padding: 5px 3px 2px 3px; text-decoration: none; margin-right: 22px; }
ul#menue_main li a:hover 				{ color: #505050; border-bottom: 1px solid #000000; }
ul#menue_main li a.active 			{ color: #7f7d7e; border-bottom: 1px solid #000000; }
ul#menue_main li a.selected 			{ color: #d00e27; font-weight: normal; border-bottom: 1px solid #505050; }
ul#menue_main li a.selected:hover 	{ color: #d00e27; font-weight: normal; border-bottom: 1px solid #505050; }
