#dropmenudiv{
position:absolute;
border-bottom-width: 0;
font:normal 4px Arial;
line-height:11px;
z-index:100;
}

#dropmenudiv a{
/*new menu style  (nilay) */
    background-image:url(../images/dropdownMenuBackground.png);
background-repeat:repeat-x;
background-size:100%;
border:1px solid rgb(175,175,175);
color:rgb(65,64,66);
 /*new menu style  (nilay)  */

display: block;
text-indent: 0px;
padding: 0px 0;
text-decoration: none;
font-weight: none;
vertical-align:bottom;
margin-bottom:-4px;
width: 185px !important;

}

#dropmenudiv a:hover{
    /*new menu style  (nilay)  */
background-image:url(../images/dropdownMenuSelected.png);
background-repeat:repeat-x;
background-size:100%;
color:#fff;
 vertical-align:bottom;
margin-bottom:-4px;
width: 185px !important;
     /*new menu style  (nilay)  */
}

