/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/* level 0 inner */
.m0l0iout {
	  
      font: 14px Arial;
      font-weight: bold;
      text-decoration: none;
      margin: 4px 0 0 8px;
	  color: #000000;
	
	
}
.m0l0iover {
    font: 14px Arial;
    font-weight: bold;
	text-decoration: none;
    cursor: default;
	margin: 4px 0 0 8px;
	color: #000000;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	
    background-image: url(img/newbarQ.jpg);
	background-repeat: no-repeat;
	border: 1px solid #DEA769;
	/*background-color: #000000;*/

}
.m0l0oover {
	text-decoration : none;
	background-color: #dea769;
	background-image: url(img/newbarQ.jpg);
	background-repeat: no-repeat;
	border: 0px solid #000000;
}

/* level 1 inner */
.m0l1iout {
      font: 12px Arial;
      font-weight: bold;
	margin: 5px 0 0 15px;
	color: #000000;
}
.m0l1iover {
      font: 12px Arial;
      font-weight: bold;
	margin: 5px 0 0 15px;
	color: #6495ED;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #FFD700;
	border: 1px solid #336699;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
		cursor: default;
	background-color: #FFD700;
	background-image: url(img/ArrowBlueRight.jpg);
	background-repeat: no-repeat;
	border: 1px solid #336699;
	padding: 0;
}
