.leftcss1{
position:absolute;
visibility: hidden;
border:1px solid #b4b4b4;
border-bottom-width: 0;
font:normal 10pt Verdana;
line-height: 20px;
z-index: auto;
background-color:#e5ebb5;
width: 200px;
}

.leftcss1 a{
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #b4b4b4;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

.leftcss1 a:link{ /*hover background color*/
background-color: #e5ebb5;
color: #000000;
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #b4b4b4;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}
.leftcss1 a:visited{ /*hover background color*/
background-color: #e5ebb5;
color: #000000;
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #b4b4b4;
padding: 1px 0;
text-decoration:none;
font-weight: bold;
}


.leftcss1 a:hover{ /*hover background color*/
background-color: #ffffff;
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #b4b4b4;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

.leftcss1 a:active{ /*hover background color*/
background-color: #798700;
color: #ffffff;
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #000000;
padding: 1px 0;
text-decoration:none;
font-weight: bold;
}