Hello andwfara1,
Look what happens when you make the parent li relative:
Code:
#header-container #header-content .top-nav ul.menu li.menu-item, #header-container #header-content .top-nav ul.menu li.current-menu-item {
color: #5F4D5A;
float: left;
font-family: Arial;
font-size: 12px;
height: 20px;
margin-left: 3px;
margin-right: 10px;
position: relative;
}
You will need to be more specific as that bit I posted made everything relative and you only want that one li to be relative.
You will also need to adjust the positioning of the dropped ul since top: 50px; isn't quite right.