#dropmenudiv {
position:absolute;
background-color: #F0F0F0;
border:0;
font:normal 12px Verdana;
color: #666666;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #666666;
/* new add - for image rollovers */
background-image:  url('vc_menu_up.gif');
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 22 px;
}

#dropmenudiv a:hover{ 
/*hover background color*/
background-color: #F0F0F0;
text-decoration: underline;
/* new add - for image rollovers */
background-image:  url('vc_menu_over.gif');
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 22 px;

}

