.LeftMenuHolder:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}

.LeftMenuHolder
{
	display:block;
	float:left;
	width:158px;
	margin:0px 0px 10px 0px; /*--bottom margin must be 1 or above--*/
	padding:0px 0px 0px 0px;
	background:#434c6c;
	text-align:left;
}

/* default left menu starts */

/* Top and bottom graphics*/

.LeftMenuTop{
	display:none;
	width:158px;
	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:158px;
	height:4px; 
	float:left;
	padding:0px;
	margin:0px;
	background:#434c6c url(../I/Build/BgLeftMenuBottom.gif) no-repeat bottom left;
	overflow:hidden;
}

.LeftMenu0 a {
	width:158px; 
	float:left;
	display:block;
	padding:4px 20px 5px 5px;
	margin:0px;
	font-size:90%;
	background:#434c6c;
} html>body .LeftMenu0 a{width:133px;}

.LeftMenu0 a:link{color:#fff; text-decoration:none;}
.LeftMenu0 a:visited{color:#fff; text-decoration:none;}
.LeftMenu0 a:hover{color:#fff; background:#576183 url(../I/Build/BgSubMenu0Hover.gif) no-repeat center right;}
.LeftMenu0.Selected a{color:#fff; background:#576183 url(../I/Build/BgSubMenu0Hover.gif) no-repeat center right;}

.LeftMenu1{width:auto; line-height:normal; float:left; clear:left;}
.LeftMenu1 ul {list-style:none; padding:0; margin:0px; border-bottom:solid 1px #a0abb4; border-bottom:solid 1px #a0abb4;}
.LeftMenu1 li{float:left; padding:0; margin:0px; width:auto;}

.LeftMenu1 a {
	width:158px;
	float:left;
	display:block;
	padding:6px 20px 5px 5px;
	margin:0px;
	font-size:90%;
	background:#ccc none;
	border-bottom:solid 1px #FFFFFF;
} html>body .LeftMenu1 a{width:133px;}

.LeftMenu1 a:link{color:#333333; text-decoration:none;}
.LeftMenu1 a:visited{color:#333333; text-decoration:none;}
.LeftMenu1 a:hover{color:#FAFAFA; background:#999999 none;}
.LeftMenu1.Selected a{color:#FAFAFA; background:#999999 none;}

.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:158px;
	float:left;
	display:block;
	padding:4px 20px 4px 10px;
	margin:0px;
	font-size:90%;
	background:#C0C3CE none;
	border-bottom:solid 2px #FFFFFF;
} html>body .LeftMenu2 a{width:128px;}

.LeftMenu2 a:link{color:#FFFFFF; text-decoration:none;}
.LeftMenu2 a:visited{color:#FFFFFF; text-decoration:none;}
.LeftMenu2 a:hover {color:#FFFFFF; background:#A1A5B7 url(../I/Build/SubMenu2Hover.gif) no-repeat center right;}
.LeftMenu2.Selected a{color:#FFFFFF; background:#A1A5B7 url(../I/Build/SubMenu2Hover.gif) no-repeat center right;}
/* default left menu ends */