body {margin:0px; font:8px Verdana, Arial, Helvetica}
* {padding:0; margin:0}
.dropdown {float:left; padding-right:0px}
.dropdown dt {width:85px; border:0px solid #cc3399; padding:0px; font-weight:; cursor:pointer; background:} //ana menu boyutu
.dropdown dt:hover {background:} 
.dropdown dd {position:absolute; overflow:hidden; width:150px; display:none; background:#fff; z-index:200; opacity:0} //alt menu boyutu
.dropdown ul {width:150px; border:0px solid #3333cc; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:marker; padding:2px; color:#e3e498; text-decoration:none; background:#0b40bd; width:194px}
.dropdown a:hover {background:#e3e498; color:#0b40bd}
.dropdown .underline {border-bottom:0px solid #0b40bd}