@CHARSET "ISO-8859-1";

#navi_Box {
	width: 160px;
	float: left;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	overflow: hidden;
	/*border: 1px solid green;*/
}

#navi_Box div.naviHeader {
	background: blue url(../images/hmenu_bg.gif) repeat-x;
	margin-top: 10px;
	padding: 2px 0px 4px 13px;
	font-size: 13px;
	font-weight: bold;
	width: 140px;
	font-family: Tahoma;
	border: solid 1px white;
	color: white;
	vertical-align: middle;
}

#navi_Box div.naviHeader img {
	height: 13px;
	vertical-align: middle;
	padding-bottom: 2px;
}

#navi_Box div.firstLevel {
	background: #000 url(../images/hmenu_bg.gif) left no-repeat;
	border-top: 1px solid #ddd;
	border-left: solid white 1px;
	width: 140px;
	padding: 2px 0px 4px 13px;
	font-size: 12px;
	font-weight: bold;
}

div.firstLevel a {
	color: #F60;
	text-decoration: none;
}

#navi_Box div.secondLevel {
	background: #666 url(../images/navSecond.gif) left no-repeat;
	border-top: 1px solid #ddd;
	border-left: solid white 1px;
	text-decoration: none;
	width: 127px;
	padding: 2px 0px 4px 26px;
	font-size: 12px;
	font-weight: bold;
}

div.secondLevel a {
	color: #fff;
	text-decoration: none;
}

#navi_Box div.thirdLevel {
	background-color: #999;
	border-top: 1px solid #ddd;
	border-left: 1px solid white;
	text-decoration: none;
	width: 114px;
	padding: 2px 0px 4px 39px;
	font-size: 12px;
	font-weight: bold;
	border-left: solid white 1px;
}

div.thirdLevel a {
	color: #FFF;
	text-decoration: none;
}

div.secondLevel a:hover,div.thirdLevel a:hover {
	color: #F60;
	text-decoration: none;
}

#selected a {
	color: #f60;
	text-decoration: underline;
	font-weight: bold;
}

