/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
body,html {
      scrollbar-3dlight-color:yellow;
      scrollbar-arrow-color:#420000;
      scrollbar-base-color:yellow;
      scrollbar-darkshadow-color:black;
      scrollbar-face-color:gold;
      scrollbar-highlight-color:white;
      scrollbar-shadow-color:gray;
}

/* level 0 inner */
.m0l0iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
      font-weight: bold;
	text-decoration: none;
	padding: 4px;
	color: #420000;
}
.m0l0iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-weight: bold;
	text-decoration: none;
	padding: 4px;
	color: #420000;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #fff080;
}
.m0l0oover {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #ffcc33;
}

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

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #420000;
      font-weight: bold;
      list-style-type : none;
	background: #cc9933;
	filter: alpha(opacity=100);
	-moz-opacity: 100%;
}
.m0l1oover {
	text-decoration : none;
      list-style-type : disc;
      font-weight: bold;
	border : 1px solid #420000;
	background: #ffcc33;
}

/* level 2 inner */
.m0l2iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #420000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}
/* lock in table positioning for menu locating */
html,body {
	margin: 0;
	padding: 0;
}
tblcell {
	vertical-align: middle;
	text-align: center;
}
div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: 580px;
}
div.left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 432px;
}
div.top {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 580px;
	height: 150px;
}
div.main {
	position: absolute;
	top: 20px;
	left: 100px;
	width: 780px;
	height: 580px;
}