/* --- 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>
*/

.m0l0i {
  font-family: Arial,Helvetiva,sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #f0f0f0; /*#f0f0f0;*/
  border-bottom : 2px solid #848484;
  padding: 1px;
}
.m0l0s {
  font-family: Arial,Helvetiva,sans-serif;
  text-align: center;
  font-weight: bold;
  background-color: #ffe020;
  text-decoration: none;
  border : 1px solid #848484;
  border-bottom : 1px solid #848484;
  padding: 1px;
}
.m0l0o {
  text-decoration: none;
  border: 0px solid #848484; /* none */
  border-bottom : 1px solid #848484;
  padding: 0px;
}

.m0l1i {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  background-color: #F8F8F8;
  text-decoration: none;
  padding: 1px;
  border-bottom : 1px solid #848484;
}
.m0l1o {
  text-decoration : none;
  border : 1px solid #848484; /*#E6E6E6;*/
}


.submenutitle{

font-family: Arial,Helvetiva,sans-serif;
  font-family: Arial,Helvetiva,sans-serif;
  text-align: center;
  font-size: 11;
  font-weight: normal;
  background-color: #ffe020;
  text-decoration: none;
  border-bottom : 1px solid #848484;
  border-left : 1px solid #848484;
  border-right : 1px solid #848484;
  padding: 0px;

 /*
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11;
  padding: 1px;
  background-color: #ffe020;
  border-bottom : 1px solid #848484;
  border-left : 1px solid #848484;
  border-right : 1px solid #848484;
 */ 

 /*
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  background-color: #F8F8F8;
  text-decoration: none;
  border : 1px solid #E6E6E6;
  padding: 0px;
 */ 
  /*
  color: #808080;
  font-weight: normal; 
  font-weight: bold;
  font-size:16pt;*/
  padding: 0px;
}

