#navlist {
	margin: 0;
	padding: 2px 0px 20px 10px;
	}
#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0px 0px 4px 10px;
	text-decoration: none;
	color: #4682B4;
	}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 2px solid #40506A;
	padding-bottom: 2px;
	background: transparent;
	color: #40506A;
	}
#navlist a:hover { color: #40506A; }



/* LEVE MENU */
.menuleve {
	width: 100%;
	padding-right: 80px;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	}
.menu-item {
	border-bottom: 1px solid #fff;
	font-size: 0.9em;
	padding: 2px;
	padding-right: 50px;
	padding-top: 10px;
	background-image : url(/_img/menuli.gif);
	background-repeat : no-repeat;
	}
/* level item-1 */
.menu-item a:link, .menu-item a:visited {
	color: #fff;
	}
.menu-item a:hover {
	color: #EEE8AA;
	}
/* level item-1 */
/* SUB ITEMS */
.menu-subitem {
	font-size: 0.9em;
	padding: 2px;
	padding-right: 60px;
	}
.menu-subitem a:link, .menu-subitem a:visited {
	color: #FFE4C4;
	}
.menu-subitem a:hover {
	color: #FFFAF0;
	}