﻿/* --- 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-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	margin-left: 8px;
	margin-right: 0;
	margin-top: 4px;
	margin-bottom: 0;
}
.m0l0iover {
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	color: #007500;
	color: #000000;
	font-weight: bold;
	margin-left: 8px;
	margin-right: 0;
	margin-top: 4px;
	margin-bottom: 0;
}

/* level 0 outer */
.m0l0oout {
	border-bottom: medium #999999;
	text-decoration : none; 
	background-image: url(/new/images/blue_button.gif);
	width: auto;
	border: 1px #C0C0C0 solid;
	font-weight: bold;
	font-size: -1px;
	color: #FFFFFF;
}
.m0l0oover {
	text-decoration : none;
	background-image:url("images/button_texture_gold.jpg");
	border: 2px solid #ffffff;
}

/* level 1 inner */
.m0l1iout {
	font-family: Verdana, sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 2px 0 0 21px;
	color: #007500;
}
.m0l1iover {
	font-family:  Verdana, sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 2px 0 0 21px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-image:url("images/button_texture_green.jpg");
	border: 1px solid #ffffff;
	color: #FFFFFF;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-image:url("images/button_texture_gold.jpg");
	color: #FFFFFF;
	border: 2px solid #ffffff;
	padding: 0;
}






