DOCTYPE html> Insert title here a { text-decoration: none; } ul li { list-style: none; } li.main{ float: left; } li.main>a { display: block; width: 180px; color: gray; font-weight: bold; font-family: 'Nanum Pen Script'; } li.main>a:hover{ color: orange; } ul.sub { margin-left: 0; font-size: 13pt; font-family: 'Nanum Pen Script'; margin-top: 15px; } ul.sub>li>a { display: block; width: 180px; hei..