.treemenu {
	width: 190px;
	float: left;
}

.treemenu UL {
	list-style : none;
}

.treemenu LI {
	display : inline;
}

.treemenu A {
	display : block;
	padding-left : 14px;
	text-decoration : none;
	color: #FFF;
	font-size: 14px;	
}

.treemenu li a:link,.treemenu li a:visited,.treemenu li a:active {
	text-decoration: none;
	background: url(../images/bt_bg_01n.gif) no-repeat left #c1cad7;
	border-top: 1px solid #C1CAD7;
	border-right: 1px solid #616873;
	border-bottom: 1px solid #616873;
	border-left: 1px solid #C1CAD7;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}		

.treemenu li a:hover {
	text-decoration: none;
	background: url(../images/bt_bg_01open.gif) no-repeat left #c1cad7;
	border-top: 1px solid #C1CAD7;
	border-right: 1px solid #616873;
	border-bottom: 1px solid #616873;
	border-left: 1px solid #C1CAD7;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}		

#subtree {
	background-color: #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #a0a9b7;
	border-bottom-color: #a0a9b7;
	border-left-color: #a0a9b7;
}
#subtree li a {
	display: block;
	text-decoration: none;
	color: #616873;
	padding-left: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(../images/bt_bg_02.gif) no-repeat left #f8f8f8;
	;
	font-weight: normal;
}
#subtree li a:link,#subtree li a:visited,#subtree li a:active {
	text-decoration: none;
	color: #616873;
	background: url(../images/bt_bg_02.gif) no-repeat left #f8f8f8;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#subtree li a:hover {
	text-decoration: none;
	color: #616873;
	background: url(../images/bt_bg_01r.gif) no-repeat left #c1cad7;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nvBottom {
	background-image: url(../images/nv_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
}


.openNv {
	text-decoration: none;
	background: url(../images/bt_bg_01open.gif) no-repeat left #c1cad7;
	border-top: 1px solid #C1CAD7;
	border-right: 1px solid #616873;
	border-bottom: 1px solid #616873;
	border-left: 1px solid #C1CAD7;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	padding-left: 14px;
	font-size: 14px;
}

