BODY {
background:#000000 url('IMAGES/bground.jpg') no-repeat fixed center top; 
SCROLLBAR-FACE-COLOR: #000000; 
SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
SCROLLBAR-SHADOW-COLOR: #ffffff; 
SCROLLBAR-3DLIGHT-COLOR: #cccccc; 
SCROLLBAR-ARROW-COLOR: #000000; 
SCROLLBAR-TRACK-COLOR: #000000; SCROLLBAR-DARKSHADOW-COLOR: #000000 
}

#menu {
        position: absolute;
        width: 200px;
        height: 100%;
        top: 0px;
        right: auto;
        bottom: auto;
        left: auto;
      }   
	  
* html #menu{ /*IE6 only rule, applied on top of the default above*/
position: absolute;
}

.m0l0iout {
	font: bold 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #ffffff;
}
.m0l0iover {
	font: bold 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
 	text-decoration: none;
	padding: 4px;
	color: #ffffff;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #cccccc;
	background: #000000 url('web/buttons/b1.gif');
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #cccccc;
	background: #b2724c url('web/buttons/b1_over.gif');
}

/* level 1 inner */
.m0l1iout {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #ffffff;
}
.m0l1iover {
	font: bold 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #ffffff;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #ffffff;
	background: #b2724c;
	filter: alpha(opacity=85);
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #cccccc;
	background: #b2724c;
	filter: alpha(opacity=85);	
}