.mm_menu_item{
	text-decoration: none;
	padding-top: 8px;
	height:22px;
	color: #ffffff;
}
.mm_menu_item_onOver{
	font-weight: bolder;
	text-decoration: none;
	padding-top: 8px;
	height:22px;
	color: #ffffff;
}
.mm_menu_item_active{
	font-weight: bolder;
	text-decoration: none;
	padding-top: 8px;
	height:22px;
	color: #ffffff;
}
.mm_sub_menu_item{
	width: 150px;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 5px;
	height:16px;
	color: #ffffff;
	background-image: url(../images/layout/menu_item.jpg);
	border: 1px solid #000000;
}
.mm_sub_menu_item_onOver{
	width: 150px;
	font-weight: bolder;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 5px;
	height:16px;
	color: #ffffff;
	background-image: url(../images/layout/menu_item.jpg);
	border: 1px solid #000000;
}
.mm_sub_menu_item_active{
	width: 150px;
	font-weight: bolder;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 5px;
	height:16px;
	color: #ffffff;
	background-image: url(../images/layout/menu_item.jpg);
	border: 1px solid #000000;
}

