/* элемент меню, закрашенный зеленым цветом */

.menu_g {
	width: 200px;
}

.menu_g .top {
	width: 200px;
	height: 10px; 
}

.menu_g .top .left_corner {
	height: 14px; 
	width: 14px; 
	background-image: url(/images/menu-top-left-corner_g.gif); 
	background-repeat: no-repeat; 
	float:left;
}

.menu_g .top .right_corner {
	height: 14px; 
	width: 14px; 
	background-image: url(/images/menu-top-right-corner_g.gif); 
	background-repeat: no-repeat; 
	float: right;
}

.menu_g .top .middle {
	height: 14px; 
	width: 172px; 
	background-image: url(/images/w_top_centr_g.gif); 
	background-repeat: repeat-x;
	float: left;

}

.menu_g .middle {
	width: 200px; 
	float: left;
}

.menu_g .bottom .left_corner {
	width: 14px; 
	height: 14px; 
	background-image: url(/images/menu-bottom-left-corner_g.gif); 
	background-repeat: no-repeat; 
	float:left;
}

.menu_g .bottom .right_corner {
	width: 14px; 
	height: 14px; 
	background-image: url(/images/menu-bottom-right-corner_g.gif); 
	background-repeat: no-repeat; 
	float:right;
}

.menu_g .bottom .middle {
	width: 172px; 
	height: 14px; 
	background-image: url(/images/w_bottom_centr_g.gif); 
	background-repeat: repeat-x;
	float: left;
	background-color: #99CC00;
}

.menu_g .middle .title {
	width: 192px; 
	float: left; 
	height: 25px;
	text-align: center;
	color: White;
	font-weight: 600;
	line-height: 24px;
	margin-left:-4px;
	background-color: #99CC00;	
}

.menu_g .middle .content {
	width: 188px; 
	float: left;
	background-color: #99CC00;
}

.menu_g .middle .content .items {
	width: 188px; 
	float: left;
	background-color: #99CC00;
}

.menu_g .middle .content_left {
	width: 7px; 
	float: left; 
	background-image: url(/images/w_left_centr_g.gif); 
	background-repeat: repeat-y; 
	/*height: auto;*/
	height:inherit;
}

.menu_g .middle .content_right {
	width: 5px; 
	float: right; 
	background-image: url(/images/w_right_centr_g.gif); 
	background-repeat: repeat-y;
	height:inherit;
}

.menu_g UL {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.menu_g UL LI {
	padding-left:1px;
	margin-left: 13px;
	list-style: none;
	font-weight: 600;
	line-height: 18px;
}