/* ============ MENU ============ */
/* IE ONLY */
.mbutton{
	display: inline;
	margin-left: -5px;
	vertical-align: middle;
}
.mbutton a{
	display: inline-block;
	font-family: Georgia;
	font-size: 18px;
	color: #917100;
	border: none;
}

/* IE ONLY */
.mbutton a .le{
	background-image: url('images/mtop_nl.png');
	background-position: left top;
	background-repeat: no-repeat;
}
/* IE ONLY */
.mbutton a .ri{
	background-image: url('images/mtop_nr.png');
	background-position: right top;
	background-repeat: no-repeat;
}
/* IE ONLY */
.mbutton a .mid{
	margin-left: 10px;
	margin-right: 10px;
	background: url('images/mtop_nm.png') top repeat-x;
}
/* ********* */

.mbutton a:hover{
	color: #fff1be;
	border: none;
}
.mbutton a:hover .le{
	background: url('images/mtop_ol.png') top left no-repeat;
}
.mbutton a:hover .ri{
	background: url('images/mtop_or.png') top right no-repeat;
}
.mbutton a:hover .mid{
	background: url('images/mtop_om.png') top repeat-x;
}


/* all other working browsers */
html>/**/body .mbutton{
	display: inline;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right: 7px;
}
html>/**/body .mbutton a{
	display: inline-block;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Georgia;
	font-size: 18px;
	color: #917100;
	border: none;
}
html>/**/body  .mbutton a .le{
	position: relative;
	left: -20px;
	
	padding-top: 8px;
	padding-bottom: 8px;
	background: url('images/mtop_nl.png') top left no-repeat;
}
html>/**/body  .mbutton a .ri{
	position: relative;
	left: 20px;
	
	padding-top: 8px;
	padding-bottom: 8px;
	background: url('images/mtop_nr.png') top right no-repeat;
}
html>/**/body  .mbutton a .mid{
	position: relative;
	left: -10px;
	
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: url('images/mtop_nm.png') top repeat-x;
}