Evet sorunun çözümü aşağıdadır.
#nav {
background-color: #f5594a;
width: 900px;
height: 60px; /*BU SATIRI SİL SİLMELİSİN*/
border-radius: 10px;
}
#nav ul ul {
display: none;
position: absolute;
background-color: #fff;
border-top: 0;
margin-top: 10px; /*BURANIN DEĞERİNİ 0px YAP*/
margin-left: -5px;
border-bottom-color: #f5594a;
border-bottom-style: solid;
border-bottom-width: 2px;
}
#nav ul li a, visited {
color: #fff;
display: block;
padding: 15px; /*NAV IN YÜKSEKLİĞİNİ ARTIRMAK İSTERSEN padding:20px 15px; YAP VE 20px i ARTIRARAK NAVIN YÜKSEKLİĞİNİ AYARLAYABİLİRSİN*/
text-decoration: none;
}