#dropmenudiv{
border:0px solid #B9775F;
border-bottom-width: 4px;
font-size: 13px;
font-family:'Roboto Flex', sans-serif;
letter-spacing:0.2px;
line-height:28px;
z-index:999999;
color:#909090;
text-transform:uppercase;
position: fixed;
top: 0;
margin-top:1px;
border-left:1px solid #ededed;
border-right:1px solid #ededed;
border-top:1px solid transparent;
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: 600;
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:'Roboto Flex', sans-serif; font-size: 13px; margin: 0 0 0 6px; font-weight:bold; padding:9px;letter-spacing:0.2px;
}
#menu0 a:visited{color: #909090; text-decoration: none; font-family:'Roboto Flex', sans-serif; font-size: 13px; margin: 0 0 0 6px; font-weight:bold; padding:9px;letter-spacing:0.2px;
}
#menu0 a:hover{color: #909090; text-decoration: none; font-family:'Roboto Flex', sans-serif; font-size: 13px; margin: 0 0 0 6px; font-weight:bold; padding:9px; border-bottom: 3px solid #fff;letter-spacing:0.2px;
}