#dropmenudiv{
border:0px solid #B9775F;
border-bottom-width: 4px;
font:normal 10pt arial;
line-height:28px;
z-index:100;
color:#909090;
text-transform:uppercase;
position:fixed;
top:0px;
margin-top:1px;
border-left:1px solid #ededed;
border-right:1px solid #ededed;
border-top:1px solid #fff;
cursor: pointer !important;
}

#dropmenudiv a{
width: 90%;
display: block;
text-indent: 4px;
border-bottom: 1px solid #eee;
padding: 8px 8px;
text-decoration: none;
font-weight: bold;
color:#909090;
z-index:100;
cursor: pointer !important;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #fff;
color:#909090;
border-bottom: 1px solid #B9775F;
z-index:100;
cursor: pointer !important;
}

#menu0 a:link{color: #909090; text-decoration: none; font-family: arial; font-size: 10pt; margin: 0 0 0 6px; font-weight:bold; padding:9px;
    background-repeat:no-repeat;
    background-position:right;
    background-size: 10px;
    background-image: url('/modern/shop/more.png');
    background-position:50px 11px;
}
#menu0 a:visited{color: #909090; text-decoration: none; font-family: arial; font-size: 10pt; margin: 0 0 0 6px; font-weight:bold; padding:9px;
    background-repeat:no-repeat;
    background-position:right;
    background-size: 10px;
    background-image: url('modern/shop/more.png');
    background-position:50px 11px;
}
#menu0 a:hover{color: #909090; text-decoration: none; font-family: arial; font-size: 10pt; margin: 0 0 0 6px; font-weight:bold; padding:9px; border-bottom: 3px solid #fff;
    background-repeat:no-repeat;
    background-position:right;
    background-size: 10px;
    background-image: url('/modern/shop/more.png');
    background-position:50px 11px;
}