.LeftMenu, .LeftMenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: auto; /*WIDTH OF MAIN MENU ITEMS*/
}

.LeftMenu li ul{
/*background-image: url('../images/LeftMenuBGPanel.jpg'); background-position:   right bottom; background-repeat: no-repeatl*/
background-color:LightYellow;
}

.LeftMenu li{
position: relative;
}

.LeftMenu li a{
/*background: white url(../images/left-pnl-bg.jpg) repeat-y right;*/
font-family: Arial; color: #555555; font-size: 11px; text-decoration: none;
display: block;
width: auto;
padding: 3px 3px;
padding-left: 10px;
text-decoration: none;
}

.LeftMenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: auto; /*WIDTH OF SUB MENU ITEMS with border*/
left: 0;
top: 0;
display: none;
padding-right: 3px;
z-index: 10;
}

.LeftMenu li:hover ul
{
diplay: block;
/*background-image: url('../images/left-pnl-bg1.jpg'); background-position:  right bottom;background-repeat: repeat-y;*/
}

.LeftMenu li ul li{
float: left;
z-index: 10
}

.LeftMenu li ul a{
/*width: auto;*/
z-index: 10; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.LeftMenu .arrowdiv{
position: absolute;
right: -20px;
/*background: transparent url(../images/List.gif) no-repeat;*/
/*z-index: 20;*/
}

.LeftMenu li a:visited, .LeftMenu li a:active{
color: #454545;
}

.LeftMenu li a:hover{
background-color: #ffe895;
z-index: 10;
/*background-image: url(../images/left-pnl-bg1.jpg); background-position: right;*/
}

/* Holly Hack for IE \*/
* html .LeftMenu li { float: left; height: 1%; }
* html .LeftMenu li a { height: 1%; }
/* End */