/* HAUPTNAVIGATION */
/* Level 1 */
ul#main-nav {
	width:190px;
	list-style-type:none;
}

ul#main-nav li.li-1,
ul#main-nav li.li-2 {
	list-style-type:none;
}

a:link.nmlL1,
a:focus.nmlL1,
a:visited.nmlL1 {
	width:auto;
	height:19px;
	color:#504E53;
	display:block;
	font-size:13px;
	padding:5px 0px 0px 20px;
	text-decoration:none;
	border-bottom:0px solid #FFFCDD;
}

a:link.actL1,
a:focus.actL1,
a:visited.actL1 {
	width:auto;
	height:19px;
	color:#0097a6;
	display:block;
	font-size:13px;
	font-weight:bold;
	padding:5px 0px 0px 20px;
	text-decoration:none;
	border-bottom:0px solid #B18BB3;
}

a:hover.nmlL1 {
	width:auto;
	height:19px;
	color:#0097a6;
	display:block;
	font-size:13px;
	padding:5px 0px 0px 20px;
	text-decoration:none;
	border-bottom:0px solid #FFFCDD;
}

a:hover.actL1 {
	width:auto;
	height:19px;
	color:#0097a6;
	display:block;
	font-size:13px;
	font-weight:bold;
	padding:5px 0px 0px 20px;
	text-decoration:none;
	border-bottom:0px solid #B18BB3;
}

ul.main-nav-level-2 {
	margin:5px 0px 0px;
	padding:0;
	width:auto;
}

a:link.nmlL2,
a:focus.nmlL2,
a:visited.nmlL2 {
	width:auto;
	color:#535353;
	display:block;
	font-size:11px;
	padding:4px 0px 4px 30px;
	text-decoration:none;
	background:20px 10px no-repeat url("http://www.hotel-filser.de/fileadmin/templates/images/bg-main-nav-l2nml.gif");
}

a:hover.nmlL2 {
	text-decoration:none;
	background:20px 10px no-repeat url("http://www.hotel-filser.de/fileadmin/templates/images/bg-main-nav-l2act.gif");
}

a:link.actL2,
a:focus.actL2,
a:hover.actL2,
a:visited.actL2 {
	width:auto;
	display:block;
	font-size:11px;
	font-weight:bold;
	padding:4px 0px 4px 30px;
	text-decoration:none;
	background:20px 10px no-repeat url("http://www.hotel-filser.de/fileadmin/templates/images/bg-main-nav-l2act.gif");
}
