.mainDiv { width:100px; } .topItem { padding-left:3px; width:100px; height:22px; cursor:pointer; background: #F8E730; text-decoration: none; color: blue; font-size: 14px; font-weight:bold; font-family:"Arial"; } a:topItem { padding-left:3px; width:100px; height:22px; cursor:pointer; background: #F8E730; text-decoration: none; color: blue; font-size: 14px; font-weight:bold; font-family:"Arial"; } .dropMenu { background:#F8E730; border-top:0px; border-left:0px; border-right:0px; border-bottom:0px; } .subMenu { display:none; } .subItem { padding-left:6px; font-size: 14px; font-weight:normal; text-decoration:none; color:blue; } .subItem a { text-decoration:none; color:blue; } .subItemOver { cursor:pointer; color:blue; text-decoration:underline; font-size: 14px; padding-left:6px; } .subItemOver a { font-size: 14px; color:blue; } .drop { border-left:1px solid black; border-right:1px solid black; }