@charset "utf-8";

#main_navbar{
	margin: 0;
    background: #FFFFFF;
    padding: 0;
}
.menu_panel{
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
.child_menu_panel{
	padding-left: 0;
}
.menu_group{
	list-style: none;
	cursor: pointer;
}
.menu_icon1{
	color:#4D148C;
	display:block;
	text-decoration:none;
	font-weight: bold;
}
.menu_icon2{
	color:#999999;
	display:block;
	text-decoration:none;
	font-weight: bold;
}
.child_menu_group{
	list-style: none;
	cursor: pointer;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666666;
}
.child_menu_icon{
	color:#4d148c;
	text-decoration:none;
	font-weight: normal;
	font-size: 0.9em;
}

#main_navbar .folder {
	list-style-image: url(../img/tree/st_icon.png);
	background-repeat: no-repeat;
}

#main_navbar .open {
	list-style-image: url(../img/tree/st_icon_open.png);
	background-repeat: no-repeat;
}