/* MENU */

#navlist
{
	margin: 0;
	padding-bottom: 19px;
	padding-left: 0;
}

#navlist ul, #navlist li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navlist a:link, #navlist a:visited
{
	color: #FFFFFF;
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	margin: 0;
	padding: 5px 11px 4px 11px;
	text-decoration: none;
	background: url(/_gfx/menu_trenner.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#navlist a:link#current, #navlist a:visited#current
{
	background: url(/_gfx/bg_menu_on.gif);
	background-repeat: repeat-x;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	color: #000099;
	padding: 5px 10px 4px 10px;
}

#navlist a:hover { 
	color: #000099; 
	background: url(/_gfx/bg_menu_on.gif); 
	border-left: solid 1px #999999; 
	border-right: solid 1px #999999; 
	padding: 4px 10px 5px 10px;
}

/* SUBMENU */

a.sm_up_an, a.sm_up_aus { text-decoration: none; padding-left: 4px; font-size: 10px; color: #444; line-height: 20px; font-weight: bold; }
a.sm_up_an { color: #494950; }
a.sm_up_aus:hover { color: #494950; }
a.sm_up_an, a.sm_up_an:visited, a.sm_up_an:hover, a.sm_up_an:active, a.sm_up_aus:hover { color: #000099; }
