/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* level 0 inner */
.m0l0iout {
	font-family: 'Arial';
	text-align: center;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #d9b2da;
}
.m0l0iover {
	font-family: 'Arial';
	text-align: center;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none;
	margin: 5px 0 0 8px;
	color: #f0cbb8;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: none;
	border: NONE;
	background-color: NONE;
	color: #d9b2da;
}
.m0l0oover {
	text-decoration : none;
	background-image: none;
	background-color: NONE;
	border: NONE;
	color: #cfeed1;
}

/* level 1 inner */
.m0l1iout {
	font-family: 'Arial';
	font-weight: bolder;
	font-size: 13px;
	margin: 4px 0 0 17px;
	color: #d9b2da;
}
.m0l1iover {
	font-family: 'Arial';
	font-weight: bolder;
	font-size: 13px;
	margin: 4px 0 0 17px;
	color: #cfeed1;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: NONE;
	border: NONE;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: NONE;
	background-image: NONE;
	background-repeat: no-repeat;
	border: NONE;
	padding: 0;
}
.scrollBox {
      scrollbar-face-color:           #7e0404;  
      scrollbar-shadow-color:       #7e0404;
      scrollbar-highlight-color:      #7e0404;
      scrollbar-3dlight-color:        #7e0404;
      scrollbar-darkshadow-color: #7e0404;
      scrollbar-track-color:          #ffffff;
      scrollbar-arrow-color:         #ffffff;
      overflow: scroll;
	  overflow-x: hidden;
  }
