﻿body {
}

.tdcol1
{
	background-color:Green;
}
.tdcol2
{
	background-color:Lime;
}
.mnuLevel1
{
	color:black;
	border:Solid 1px Gray;
	background-color:#c9c9c9;
	background-image : url(../Images/Isha.gif);
	padding:2px 5px;
	
}

.mnuLevel2sta
{
	color:White;
	border:Solid 1px Gray;
	background-color: Maroon;
	padding:2px 5px;
}

.mnuLevel2Hov
{
	color:White;
	border:Solid 1px Gray;
	background-color:#ffffff;
	padding:2px 5px;
}

.text
{
	font-family: Arial;
	font-size: 9pt;
	font-weight:normal;	
}

.mandatory
{
	color:Red;
	font-weight:bold;
	font-size:smaller;
}
