.LeftMenuHolder:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}

/* bottom margin must be 1 or above */

.LeftMenuHolder
{
	display:block;
	float:left;
	width:200px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#fff;
	text-align:left;
	border-top:solid 23px #fff;
    border-bottom:solid 1px #91b08e;
} html>body .LeftMenuHolder{border-top:solid 15px #fff;}

/* default left menu starts */

/* Top and bottom graphics*/

.LeftMenuTop{
	display:none;
	width:200px;
	height:4px; 
	float:left;
	padding:0px;
	margin:0px;
	background:#434c6c url(../I/Build/BgLeftMenuTop.gif) no-repeat top left;
	overflow:hidden;
}

.LeftMenuBottom{
	display:none;
	width:200px;
	height:4px; 
	float:left;
	padding:0px;
	margin:0px;
	background:#434c6c url(../I/Build/BgLeftMenuBottom.gif) no-repeat bottom left;
	overflow:hidden;
}

.LeftMenu0{width:auto; line-height:normal; float:left; clear:left;}
.LeftMenu0 ul {list-style:none; padding:0; margin:0px;}
.LeftMenu0 li{float:left; padding:0; margin:0px; width:auto;}

.LeftMenu0 a {
	width:200px; 
	float:left;
	display:block;
	padding:5px 5px 3px 30px;
	margin:0px;
	font-size:100%;
	font-weight:bold;
	border-top:solid 1px #91b08e;
	background:#d5eed1 url(../I/Build/BgSubMenu0Up.gif) no-repeat center left;
} html>body .LeftMenu0 a{width:165px;}

.LeftMenu0 a:link{color:#567d51; text-decoration:none;}
.LeftMenu0 a:visited{color:#567d51; text-decoration:none;}
.LeftMenu0 a:hover{color:#567d51; background:#fff url(../I/Build/BgSubMenu0Hover.gif) no-repeat center left;}

.LeftMenu0Selected {color:#567d51; background:#d5eed1 url(../I/Build/BgSubMenu0Down.gif) no-repeat center left;}
.LeftMenu0Selected a:visited {color:#567d51; background:#d5eed1 url(../I/Build/BgSubMenu0Down.gif) no-repeat center left;}

.LeftMenu1{width:auto; line-height:normal; float:left; clear:left;}
.LeftMenu1 ul {list-style:none; padding:0; margin:0px;}
.LeftMenu1 li{float:left; padding:0; margin:0px; width:auto;}

.LeftMenu1 a {
	width:200px;
	float:left;
	display:block;
	padding:3px 20px 4px 15px;
	margin:0px;
	font-size:90%;
	background:#f2f7f1 none;
	border-top:solid 1px #fff;
	border-bottom:solid 0px #FFFFFF;
} html>body .LeftMenu1 a{width:165px;}

.LeftMenu1 a:link{color:#567d51; text-decoration:none;}
.LeftMenu1 a:visited{color:#567d51; text-decoration:none;}
.LeftMenu1 a:hover{color:#567d51; background:#eaf2e8;}

.LeftMenu1Selected {color:#567d51; background:#eaf2e8;}
.LeftMenu1Selected a:visited {color:#567d51; background:#eaf2e8;}

.LeftMenu2{width:auto; line-height:normal; float:left; clear:left;}
.LeftMenu2 ul {list-style:none; padding:0; margin:0px;}
.LeftMenu2 li{float:left; padding:0; margin:0px; width:auto;}

.LeftMenu2 a {
	width:200px;
	float:left;
	display:block;
	padding:4px 20px 5px 20px;
	margin:0px;
	background:#dcebda none;
	font-size:90%;
	border-top:solid 1px #FFFFFF;
} html>body .LeftMenu2 a{width:160px;}

.LeftMenu2 a:link{color:#567d51; text-decoration:none;}
.LeftMenu2 a:visited{color:#567d51; text-decoration:none;}
.LeftMenu2 a:hover {color:#567d51; background:#d1eacd;}
.LeftMenu2Selected a{color:#567d51; background:#d1eacd;}
/* default left menu ends */