.smartpluscss{
position:absolute;
visibility: hidden;
border:1px solid #828282;
border-bottom-width: 0;
font:normal 12px Arial, sans-serif;
line-height: 28px;
z-index: 100;
background-color: #FFFFFF;
width: 150px;
margin-top:-1px;
}

.smartpluscss a{
width: 100%;
display: block;
/*text-indent: 3px;*/
border-bottom: 1px solid #CCCCCC;
padding: 1px 0;
text-decoration: none;
text-indent: 8px;
color:#444444
}

.smartpluscss a:hover{ /*hover background color*/
background-color: #444444;
color: white;
}