ul.menu {position:absolute; margin:0; padding:0; border:0; list-style:none;}
ul.menu * {margin:0; padding:0; border:0; list-style:none;}
ul.menu li {position:relative; float:left;}
ul.menu a {display:block; padding:2px 6px; border-right:1px solid #999;}
ul.menu ul {position:absolute; top:18px; left:-82px; background:#ccc; display:none; opacity:0; list-style:none; border-left:1px solid #999; border-right:1px solid #999;}
ul.menu ul li {position:relative}
ul.menu ul a {border:0; border-bottom:1px solid #999; width:130px;}

ul.menu a:link {text-decoration:none; font-weight:normal; color:#333; background-color: #ccc;}
ul.menu a:visited {text-decoration:none; font-weight:normal; color:#333; background-color: #ccc;}
ul.menu a:hover {text-decoration:underline; font-weight:normal; color:#f7941d; background-color: #eee;}
ul.menu a:active {text-decoration:none; font-weight:normal; color:#333; background-color: #ccc;}

ul.menu a.disabled {text-decoration:none; font-weight:normal; color:#333; background-color: #ccc;}
ul.menu li.topline:first-child > a.disabled {font-weight:bold;}