﻿                                /* LEFT MENU Bg Image CLASSES */
.MenuButton
{
	width:159pt;
	height:20;
	color:#FFFFFF;
	background-image:url('Images/Buttons/GelButCenter.GIF');
	background-repeat:repeat-x;
	clear:both;
}
.LeftMainMenuClass
{
	background-color:Transparent;
  text-transform:none;
  padding-top:3pt;
}
.LeftStaticMenu
{
	/*color:blue;
	font-family:Tahoma;
	font-size:x-large;*/
	
}
.LeftStaticMenuItem
{
	width:189px;
	background-position:left;
	height:48px;	
	font-weight: normal;
	font-family: Lucida Sans Unicode ;
	font-style:italic;
	font-size: 14pt;
	color: #ffffff;
	text-align: center;
	background-position:center;
	
}
.LeftStaticHover
{
	color:#ffffff;
	
}
.LeftStaticSelected
{
  color:#FFFFFF;
}
.LeftDynamicMenu
{
	/*border-bottom-style:ridge;*/
	border:ridge 1px #80abd8;
  font-weight:lighter;
  font-family:Tahoma;
  font-size:8pt;
  text-align:left;
}
.LeftDynamicMenuItem
{
	padding: 4pt 4pt 4pt 4pt;
  /*background-color:#F4E5BC;*/
  background-color:#e6f0f8;
  color:#000000;
  border-bottom:solid 1pt #80abd8;
  /*width:115px;*/
}
.LeftDynamicHover
{
	background-color:#e6f0f8;
	padding: 4pt 4pt 4pt 4pt;
	color:#ff7200;
  
border-bottom:solid 1pt #80abd8;
}
.LeftDynamicSelected
{
  color:#E1AB53;
}
.LeftLevelParentMenu
{
	background-color:Transparent;
	padding-left:4pt;
  padding-right:4pt;
	color:#FFFFFF;
	font-family:Tahoma;
  font-weight:bold;
  font-size:10pt;
	width:144px;
	height:24px;
	background-image:url('Images/MenuBgConsultancy.JPG');
	background-repeat:no-repeat;
	background-position: left 50%;
   /*position:relative;*/
}
.LeftLevelParentMenu:Hover
{
    color:#333333;
}
.LeftLevelParentMenuSelected
{
    color:#FF7200;
}
.LeftLevelChildMenu
{
	width:144px;
	height:24px;
	font-size:10pt;
    padding-left:4pt;
    padding-right:4pt;
    color:#000000;
    border-bottom:solid 1pt #EFEFEF;
    font-family:Tahoma;

}
.LeftLevelChildMenu:Hover
{	
    color:#5e1e1e;
}
.LeftLevelChildMenuSelected
{
    color:Red;
}
.LeftLevelSuperChildMenu
{
    padding-left:4pt;
    padding-right:4pt;
    width:100pt;
    height:20pt;
	/*padding:2pt 10pt 2pt 8pt;*/
    background-color:#48B4F4;
    color:#FFFFFF;
    border-bottom:solid 1pt #FFFFFF;
	border-right:solid 1pt #FFFFFF;
}
.LeftLevelSuperChildMenu:Hover
{
	background-color:#1A5FD5;
    color:#FFFFFF;
}
.LeftLevelSuperChildMenuSelected
{
    background-color:#BAB8B8;
    color:#666666;
}
 .LeftLevelSubMenuStyle
{
	border:solid 1px #EFEFEF;
}
