#menu {
width: 64em;
height: 0em;
padding: 0em 0em 4em 0em; /* menu divs are placed on padding, the menu div has no height */
float: top;
}
#menu a div {
padding: 0.5em;
float: right;
font: 0.9em bold;
cursor: hand; /* IE */
cursor: pointer; /* FF */
color: #B9B7BA;
text-decoration: none;
}

