/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/* Font objects declaration */

 @font-face {
    font-family: Arial Narrow;
    font-style:  normal;
    font-weight: normal;
    src: url(fonts/ARIALNA0.eot);
  }

@font-face {
    font-family: Featured Item;
    font-style:  normal;
    font-weight: normal;
    src: url(fonts/FEATURE0.eot);
  }
  

/* End Font objects declaration */


/* level 0 inner */
.m0l0iout 
{
	text-align:center;
	font-family: Featured Item, sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 16px;
	text-decoration: none;
	margin-top:3px;
	color: #898989;
}
.m0l0iover 
{
	text-align:center;
	font-family: Featured Item, sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 16px;
	text-decoration: none;
	margin-top:3px;
	color: #898989;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(Resources/Images/buttonBackground.gif);
	border-top : 1px solid #898989;
	border-bottom: 3px solid #898989;
	border-left: 1px solid #898989;
	border-right: 3px solid #898989;
	background-color: #FFFFFF;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(Resources/Images/buttonBackground.gif);
	background-color: #FFFFFF;
	border-top : 1px solid #898989;
	border-bottom: 3px solid #898989;
	border-left: 1px solid #898989;
	border-right: 3px solid #898989;
	background-color: #FFFFFF;
}

/* level 1 inner */
.m0l1iout 
{
	text-align:center;
	font-family: Arial Narrow, sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-weight:bold;
	font-size: 14px;
	margin-top:1px;
	color: #898989;
}
.m0l1iover 
{
	text-align:center;
	font-family: Arial Narrow, sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 14px;
	font-weight:bold;
	margin-top:1px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #898989;
	background-image: url(img/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #898989;
	padding: 0;
}