#menu_parent{
width: 100%;
}

#menu_child{
position: absolute;
visibility: hidden;
background-color: #351817;
width: 180px;
border-bottom-width: 0;
z-index:1000;
text-align:left;
}


#menu_child a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 5px;
text-decoration: none;
font-weight: bold;
color: white;
}

#menu_child a:hover{
background-color: #7E3F3D;
}