
/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/

/* all levels inner */
.minner
{
   font-family: Arial, Helvetica, Sans-Serif;
   font-size:10pt;
   font-weight:normal;
   text-decoration: none;
   padding: 5px;
   color: #ffffff;
   z-index: 1000 !important;
   text-align:left;
   width:180px;
}

/* all levels outer */
.moout
{
   text-decoration : none;
   /*border : 1px solid #000000;*/
   background: #353535;
   z-index: 1000 !important;
}

.moover
{
   text-decoration : none;
   border : 1px solid #000000;
   z-index: 1000 !important;
   background: #7f181b;
}

