#cssmenu{
width: 160px;
height: 160px;
background: url(css_images/absinthe_menu_core.gif) 0 0;
bottom: 0px;
right: 0px;
position: fixed; 
}  

#cssmenu a{
font: 8pt garamond, times, serif;
text-align: center;
padding: 2px;
display: block;
width: 100%;
height: 12px;
color: #00CC99;
text-decoration: none;

}

html>body #cssmenu a{
width: auto;
}

#cssmenu a:hover{
background-color: #009966;
color: white;
}

#tabledescription{
width: 160px;
padding: 15px 2px 2px 2px;
font: 8pt garamond, times, serif;
text-align: center;
color: white;
filter:alpha(opacity=0);
-moz-opacity:0;
}

#cssmenu_side{
width: 160px;
height: 80px;
background: url(css_images/absinthe_menu_side.gif) 0 0;
bottom: 160px;
right: 0px;
position: fixed; 
border-width: 0;
}

#cssmenu_base{
width: 80px;
height: 160px;
background: url(css_images/absinthe_menu_base.gif) 0 0;
bottom: 0px;
right: 160px;
position: fixed;
border-width: 0; 
}