#menu {
    padding: 0px 0;
    width: 200px; /* Width of Menu Items */
	padding-top: 20px;
}

/* ------------------------------------------ first level */
#lvl1 {
	margin: 0;
	padding: 0;
	width: 200px; /* Width of Menu Items */
	list-style: none;
	line-height: normal;
	border-bottom: 1px solid #cccccc;
}
#lvl1 li {
	list-style: none;
}
#lvl1 li a {
	display: block;
	padding: 10px 0px 10px 10px;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #cccccc;
}
#lvl1 #no a {
	color: #666666;
	background-color: #FDFBED;
}
#lvl1 #act a {
	color: #961A24;
	background-color: #FDFBED;
}
#lvl1 #cur a {
	color: #961A24;
	background-color: #EEEEEE;
}

/* ------------------------------------------ 2nd level */
#lvl2 {
	margin: 0;
	padding: 0;
	width: 200px; /* Width of Menu Items */
	list-style: none;
	line-height: normal;
}
#lvl2 li {
	list-style: none;
}
#lvl2 li a {
	display: block;
	padding: 5px 0px 5px 25px;
	text-decoration: none;
	font-weight: normal;
	border-top: 0px;
}
#lvl2 #no a {
	color: #666666;
	background-color: #FDFBED;
}
#lvl2 #act a {
	color: #961A24;
	background-color: #FDFBED;
}
#lvl2 #cur a {
	color: #961A24;
	background-color: #EEEEEE;
}

/* ------------------------------------------ first level */
#lvl3 {
	margin: 0;
	padding: 0;
	width: 200px; /* Width of Menu Items */
	list-style: none;
	line-height: normal;
}
#lvl3 li {
	list-style: none;
}
#lvl3 li a {
	display: block;
	padding: 5px 0px 5px 40px;
	text-decoration: none;
	font-weight: normal;
	border-top: 0px;
}
#lvl3 #no a {
	color: #666666;
	background-color: #FDFBED;
}
#lvl3 #act a {
	color: #961A24;
	background-color: #FDFBED;
}
#lvl3 #cur a {
	color: #961A24;
	background-color: #EEEEEE;
}

.rootline {float:right; width:520px; list-style:none; padding:80px 0 0 0; font-family:normal small Arial, Helvetica, sans-serif; font-size: 10px}
.header-breadcrumbs {clear:both; width:520px; padding:0 0 0 20;}
.header-breadcrumbs ul {float:right; width:520px; list-style:none; padding:0 0 0 0; font-family:verdana,arial,sans-serif;}
.header-breadcrumbs ul li {display:inline; padding:0 0 0 10px; background:transparent url(../img/bg_bullet_arrow.gif) no-repeat 0 50%; font-weight:bold; color:rgb(125,125,125); font-size:100%}
.header-breadcrumbs ul a {color:rgb(70,122,167); text-decoration:none;}
.header-breadcrumbs ul a:hover {color:rgb(42,90,138); text-decoration:underline;}