/*
	Menü, Level 1 (ul, li, a)
*/
#L1 * {
	font-size: 14px;
	padding:0;
	margin: 0;
}
#L1 li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}
#L1 li a {
	background-color: #FFF27E;
	color: #000000;
	text-transform: uppercase;
	padding: 7px 0 7px 11px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#L1 li a:hover,
#L1 li.act a {
	background-color: #C81D00;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 7px 0 7px 11px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#L1 .spacer {
	border-bottom: 1px dotted black;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	list-style-position: outside;
	font-size: 1px;
	line-height: 2px;
	
}
/*
	Menü, Level 2 (ul, li, a)
*/
#L2 * {
	font-size: 14px;
	padding:0;
	margin: 0;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}
#L1 #L2 li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}
#L1 #L2 li a {
	background-color: #FDF9CE;
	color: #000000;
	text-transform: none;
	padding: 5px 0 5px 11px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#L1 #L2 li a:hover,
#L1 #L2 li.act a {
	background-color: #FFFFFF;
	color: #C81D00;
	text-transform: none;
	padding: 5px 0 5px 11px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
/*
	Menü, Level 2 (ul, li, a)
*/
#L3 * {
	font-size: 14px;
	font-weight: normal !important;
	padding:0;
	margin: 0;
}
#L1 #L2 #L3 li {
	
	
	list-style-position: outside;
	width: 100%;
	display: block;
}
#L1 #L2 #L3 li a {
	background-color: #FDF9CE;
	color: #000000;
	text-transform: none;
	padding: 5px 5px 5px 22px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	
	background-image: url(../images/limenu.gif);
	background-position: 11px 12px;
	background-repeat: no-repeat ;
}
#L1 #L2 #L3 li a:hover,
#L1 #L2 #L3 li.act a {
	background-color: #FFFFFF;
	color: #C81D00;
	text-transform: none;
	padding: 5px 5px 5px 22px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/limenua.gif);
	background-position: 11px 12px;
	background-repeat: no-repeat ;
	
	
}
/*
	Short-Navigation (ul, li, a)
*/
#shortcut * {
	font-size: 12px;
	float: left;
}
#shortcut li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	float: left:
}
#shortcut li a {
	background-color: #FFF6BD;
	color: #000000;
	text-transform: none;
	padding: 5px 20px 5px 20px;
	display: block;
	font-weight: bolder;
	text-decoration: none;
	float: left;
	position: relative;
}
#shortcut li a:hover,
#shortcut li.act a {
	background-color: #FFF6BD;
	color: #C81D00;
	text-transform: none;
	padding: 5px 20px 5px 20px;
	display: block;
	font-weight: bolder;
	text-decoration: none;
	float: left;
	position: relative;
}
/*
	Language (ul, li, a)
*/
#language * {
	font-size: 12px;
	float: left;
}
#language li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}
#language li a {
	background-color: #FFF6BD;
	color: #000000;
	text-transform: none;
	padding: 5px 15px 5px 0px;
	font-weight: bolder;
	display: block;
	text-decoration: none;
	float: left;
	position: relative;
}
#language li a:hover,
#language li.act a {
	background-color: #FFF6BD;
	color: #C81D00;
	text-transform: none;
	padding: 5px 15px 5px 0px;
	display: block;
	font-weight: bolder;
	text-decoration: none;
	float: left;
	position: relative;
}