.n  {font-family:arial,helvetica;font-size:9pt}
.nb {font-family:arial,helvetica;font-size:9pt;font-weight:bold}

.nn
{
    COLOR:000000;
    TEXT-DECORATION: none
}

a.nn:link    {text-decoration:none}
a.nn:visited {text-decoration:none}
a.nn:active  {text-decoration:none}
a.nn:hover   {text-decoration:none}
div#s1 {
  width: 220px;          /* menu width */
}

div#s1 ul {
  background-color: #EEEEEE;
  list-style-type: none; /* get rid of the bullets */
  padding:0;             /* no padding */
  margin:0;              /* no margin for IE either */
}

div#s1 ul li {
  margin: 0;
  padding: 0;
  background-color: #EEEEEE;
  display:block;
  border-top: 1px solid white; /* lines */
}

div#s1 ul li a {
  display: block;         /* lines extend to right, make area clickable */
  color: black;
  background-color: #EEEEEE;
  padding: 1px 1px 1px 1px;
  margin:0;
  text-decoration: none;
  height:15px;           /* hint for IE, alternatively remove whitespace from HTML */ 
}

div#s1 ul ul li a {
  margin-left: 10px;     /* indent level 1 */
}

div#s1 ul ul ul li a {
  margin-left: 30px;     /* indent level 2 */
}

div#s1 ul li a:hover {
  color: white;
  background-color: #808080; /* rollover effect */
}
.mainul {
background: url(m_bg.gif) #fff bottom left repeat-x;
font-family:arial,helvetica;
font-size:9pt;
font-weight:bold;
} 

body { 
background: transparent url(mbgd.jpg) repeat scroll left top;
}

