/* don't delete this item even if not explicitly used */
#dropmenudiv{
position:absolute;
border:0px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #F0F0F0;
}

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

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

