/*
 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,sans-serif, Tahoma, Verdana, Geneva,  Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 4px 0 0 4px;
	color: #5E0A0A;
	FONT-WEIGHT: bold;
}

.m0l0iover {
	font-family: Arial,sans-serif, Tahoma, Verdana, Geneva,  Helvetica;
	font-size: 12px;
	text-decoration: underline;
	margin: 4px 0 0 4px;
	color: #ffffff;
	background-color: #5E0A0A;
	FONT-WEIGHT: bold;
	
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border-top: 1px solid #E9DFC4;
	border-bottom: 1px solid #E9DFC4;
	border-left: 1px solid #F2ECE7;
	/*border-left: 1px solid #5E0A0A; --- by Murugesh*/
	/*border-right: 1px solid #5E0A0A;*/
	background-color: #E9DFC4;
	
}
.m0l0oover {
	text-decoration : none;
	/*background-image: url(Images/lev0_bg2.gif);*/
	background-color: #5E0A0A;
	border: 1px solid #5E0A0A;
	
		
}

/* level 1 inner */
.m0l1iout {
	font-family: Arial, sans-serif, Tahoma, Verdana, Geneva,  Helvetica;
	font-size: 12px;
	margin: 0px 0 0 0px;
	color: #5E0A0A;
}
.m0l1iover {
	font-family: Arial, sans-serif, Tahoma, Verdana, Geneva,  Helvetica;
	font-size: 12px;
	margin: 0px 0 0 0px;
	color: #ffffff;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #E9DFC4;
	border: 1px solid #5E0A0A;
		
}
.m0l1oover {
	text-decoration : none;
	background-color: #5E0A0A;
	color:#FFFFFF;
	/*background-image: url(img/lev1_arrow.gif);*/
	background-repeat: no-repeat;
	border: 1px solid #5E0A0A;
}