/*MENU STYLES */

/* submenu font color bg color WORKING*/
.SubMenu
{
	/*width: 143px;*/
	background-color: #A3B0B9;
	color: white;
	border: 1px Solid #eeeeee;
}
/* Main menu font color bg color WORKING*/
.MainMenu
{
	border: 1px Solid #A3B0B9;
	background-color: #4E75C4;
	font-family: arial,verdana;
	color: #eaeaea;	
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	cursor: default;
}
/*  WORKING*/
.txtHead
{
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-bottom: 1px #F3F3F4 solid;
	border-right: 0px #eaeaea solid;
	border-left: 0px #eaeaea solid;
	border-top: 0px #eaeaea solid;
	height: 15px;
}





.MenuBorder1
{
	border: 1px Solid #C5C6CB;
	font-family: verdana,arial;
	color: #014BAF;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	cursor: default;
}
.MenuBorder
{
	border: 0px;
	cursor: default;
}


.txtHead1
{
	color: #FFFFFF;
	font-size: 8pt;
	height: 18px;
	background-image: url(../Images/MenuBg2.gif);
	border: 0px Solid #C5C6CB;
}


.MenuHover
{
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-bottom: 1px #89A7E1 solid;
	border-right: 1px #eaeaea solid;
	border-left: 0px #eaeaea solid;
	border-top: 0px #eaeaea solid;
	height: 15px;
	background-color: #D4E3F0;
	cursor: hand;
}

/*this class is not working except height*/
.MenuDown
{
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-bottom: 1px #F3F3F4 solid;
	border-right: 0px #eaeaea solid;
	border-left: 0px #eaeaea solid;
	border-top: 0px #eaeaea solid;
	height: 15px;
}

/*notworking*/
.txtHeadHover
{
	color: blue;
	font-size: 9pt;
}

/*notworking*/
.txtSub
{
	color: blue;
	font-size: 8pt;
}

/*notworking*/
.txtSubHover
{
	color: green;
	font-size: 8pt;
}

.SubMenuTxt
{
	color: #000000;
	background-color: #ffcb3e;
}


.hoverClient
{
	/*width: 143px;*/
	background-color: #eaeaea;
	color:#ACD2EF;
	border: 1px Solid #eeeeee;
}
.selected
{
	background-color: voilet;
}
