@charset "utf-8";

#navtree_top{
	display: block;
	background: url(../img/menu_top.gif) no-repeat;
	width: 206px;
	min-height: 200px;
	margin: 0 auto;
	padding: 5px;
}

#navtree_siderail{
	display: block;	
	background: url(../img/menu_siderails.gif) repeat-y;
	width: 206px;
	margin: 0 auto;
	padding: 0px;	
}

#navtree_bottom{
	display: block;
	background: url(../img/menu_bottom.gif) no-repeat;
	width: 206px;
	height: 23px;
	margin: 0 auto;
	padding: 0;
}

#navtree_main{
	float: left;
	width: 230px;
	margin: 20px 0px;
}

#navtree_bg{
	display: block;
	background: url(../img/menu_technology.gif) no-repeat;
	width: 206px;
	height: 250px;
	margin: 0 auto;
	padding: 5px;
}

#navtree_content_body{
	float: left;
	margin: 10px 0;
	padding: 10px 20px;
	height: 100%;
	width: 480px;
	border-left: solid 1px #9e9e9e;
	min-height: 500px;
}

#navtree_list {
	margin: 0;
	padding: 0;
	width: 137px;
}

.navtree_item_parent {
	list-style-position: outside;
	list-style: url(../img/crosshair.gif);
	margin: 10px 0 0 20px;
	padding: 0;	
	width: 170px;
	font-size: 11px;
	font-weight: bold;
	color: #0067C5;
	text-decoration: none;	
}

.navtree_item_child {
	list-style-position: outside;
	list-style: url(../img/bullet.gif);
	padding: 0;
	margin: 5px 0 0 40px;
	width: 170px;
}

.menulink,.menulink:link,.menulink:active,.menulink:visited {
	color: #0067c5;
	text-decoration: none;
	font-weight: bold;
}
.menulink:hover {
	font-weight: bold;
	text-decoration: none;
	color: #e2510f;
}
.menuchildlink,.menuchildlink:link,.menuchildlink:active,.menuchildlink:visited {
	font-size: 11px;
	font-weight: bold;
	color: #3e3830;
	text-decoration: none;
}
.menuchildlink:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #e2510f;
}