#menu { float: right;
 height: 36px;}#menu ul { list-style: none; margin: 0; padding: 0; float: left;}
#menu a { font-weight: bold;
 font-size: 10px;
 font-family: Lucida Grande, arial, helvetica, sans-serif;
 line-height:10px; display: block; margin: 0; padding: 13px;
 color: #fff; text-decoration: none;}#menu a:hover { color: #ddd;
}
#menu li {
 position: relative;
}

#menu a.special {
 color: #fd0;
}

#menu a.special:hover {
 color: #ddd;
}
