.mm_menu_item{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	text-decoration: none;
	height:15px;
	padding-top: 2px;
}
.mm_menu_item_onOver{
	color: #4E1010;
	background-color: #DED3C2;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	text-decoration: none;
	height:14px;
	padding-top: 1px;
	margin-top: 1px;
}

.mm_menu_item_active{
	color: #4E1010;
	background-color: #DED3C2;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	text-decoration: none;
	height:14px;
	padding-top: 1px;
	border: 1px solid #4E1010;
}
.mm_sub_menu_item{
	background-image: url(../images/layout/sub_menu_item.gif);
	text-decoration: none;
	width: 197px;
	height: 17px;
	padding-top: 3px;
	padding-left: 3px;
	color: #FFFFFF;
}
.mm_sub_menu_item_onOver{
	background-image: url(../images/layout/sub_menu_item_onOver.gif);
	text-decoration: none;
	font-weight: normal;
	width: 197px;
	height: 17px;
	padding-top: 3px;
	padding-left: 3px;
	color: #4E1010;
}
.mm_sub_menu_item_active{
	background-image: url(../images/layout/sub_menu_item_onOver.gif);
	text-decoration: none;
	font-weight: normal;
	width: 197px;
	height: 17px;
	padding-top: 3px;
	padding-left: 3px;
	color: #4E1010;
}

