#navbar ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size:11px;
	width:160px;
}

#navbar ul li{
	padding-bottom:5px;
}

#navbar ul li a{
	display:block;
	font-weight: normal;
	text-decoration: none;
	color: #0099ff;
	padding: 4px 4px 4px 30px;
	background-image:url(images/navi_bg.gif);
	background-repeat:no-repeat;
}

#navbar ul li.level_2 a{
	display:block;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	padding: 2px 4px 2px 10px;
	padding: 0px 4px 0px 10px;
	background-color: transparent;
	text-transform:none;
	background-image:url(images/navi_bg_2.gif);
	background-repeat:no-repeat;
	font-size:11px;
}

#navbar ul li.level_3 a{
	display:block;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	padding: 2px 4px 2px 30px;
	padding: 0px 4px 0px 30px;
	background-color: transparent;
	text-transform:none;
	font-size:11px;
}

#navbar ul li a.active {
	display:block;
	font-weight: normal;
	padding: 4px 4px 4px 30px;
	color: #800000;
	background-image:url(images/navi_bg.gif);
	background-repeat:no-repeat;
}

#navbar ul li a:hover {
	display:block;
	font-weight: normal;
	padding: 4px 4px 4px 30px;
	color: #800000;
	background-image:url(images/navi_bg.gif);
	background-repeat:no-repeat;
}

#navbar ul li.level_2 a.active {
	display:block;
	font-weight: normal;
	padding: 2px 4px 2px 10px;
	padding: 0px 4px 0px 10px;
	color: #800000;
	background-image:url(images/navi_bg_2.gif);
	background-repeat:no-repeat;
}

#navbar ul li.level_2 a:hover {
	display:block;
	font-weight: normal;
	padding: 2px 4px 2px 10px;
	padding: 0px 4px 0px 10px;
	color: #800000;
	background-image:url(images/navi_bg_2.gif);
	background-repeat:no-repeat;
}

#navbar ul li.level_3 a.active, #navbar ul li.level_3 a:hover {
	display:block;
	font-weight: normal;
	padding: 2px 4px 2px 30px;
	padding: 0px 4px 0px 30px;
	color: #800000;
	background-image:url(images/navi_bg_2.gif);
	background-repeat:no-repeat;
}

