#rightmenu {
top:70px; /*set initial Height from top*/
right:0;
position:absolute;
overflow:hidden;
z-index:100;
}

#rightmenu_table {
border:0px solid black; /*Menu's inner border*/
font-family:verdana, sans-serif; /*Overall font for Menu*/
font-size:80%;
border-collapse:collapse;
width: 400px; 
}

#rightmenu_content{
border:1px solid black; /*Menu's inner border*/
background-color:white;
}

#rightmenu_bar {
width:24px;
color:white;
font-weight:bold;
text-align:center;
border-width:0;
cursor:default;
}
