.sidebar_flash ul li{margin:0;padding:0;list-style-type:none;}

.menu_lv1{
	width:235px;
	margin-left:5px;
}

.item_lv1{}

.item_lv1_active{
	background-image:url(images/menu/bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
}

.item_lv1_arrow{
	float:left;
	height:30px;
	width:30px;
	cursor:pointer;
}

.item_lv1_arrow_haschild{
	background-image:url(images/menu/down1.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

.item_lv1_arrow_haschild_hover{
	background-image:url(images/menu/down2.gif);
}

.item_lv1_arrow_haschild_active{
	background-image:url(images/menu/down2.gif);
	cursor:default;
}

.item_lv1_link{
	font-size:14px;
	font-weight:bold;
	color:#757575;
	line-height:30px;
}

.item_lv1_link:hover{
	color:#99cc00;
}

.item_lv1_link_active{
	color:#000000;
}

.item_lv1_link_active:hover{
	color:#000000;
}

.menu_lv2{
	padding-left:15px;
}

.item_lv2{
	font-weight:bold;
	font-size:12px;
}

.item_lv2_active{
	background-position:5px 21px;
	background-repeat:no-repeat;
}

.item_lv2_expanded{
	background-position:5px 21px;
	background-repeat:no-repeat;
}

.item_lv2_arrow{
	float:left;
	height:20px;
	width:20px;
	cursor:pointer;
}

.item_lv2_arrow_haschild{
	background-image:url(images/menu/arrow2.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

.item_lv2_arrow_haschild_hover{
	background-image:url(images/menu/arrow2_act.gif);
}

.item_lv2_arrow_haschild_active{
	background-image:url(images/menu/arrow2_act.gif);
	cursor:default;
}

.item_lv2_link{
	font-size:12px;
	font-weight:bold;
	color:#757575;
	line-height:22px;
}

.item_lv2_link:hover{
	color:#99cc00;
}

.item_lv2_link_active{
	color:#000000;
}

.item_lv2_link_active:hover{
	color:#000000;
}

.menu_lv3{
	padding-left:30px;
}

.item_lv3{
	font-size:12px;
}

.item_lv3_link{
	font-size:12px;
	font-weight:normal;
	color:#757575;
	line-height:20px;
}

.item_lv3_link:hover{
	color:#99cc00;
}

.item_lv3_link_active{
	color:#000000;
}

.item_lv3_link_active:hover{
	color:#000000;
}

.item_bar{
	line-height:3px;
	height:3px;
	font-size:0;
	background-image:url(images/menu/stroke.gif);
	background-position:left top;
	background-repeat:no-repeat;
}