.bottom_menu_link 
{
text-decoration:none;
height:30px;
display:block;
font-family:Tahoma;
font-size:8pt;
color:#000;
padding-left:5px;
padding-right:5px;
}
.bottom_menu_fixed div
{
margin:0px;
padding:0px;
}
.bottom_menu_link img
{
margin:0px;
padding:0px;
}
.bottom_menu_fixed strong
{
font-size:8pt;
font-family:Tahoma;
}
.bottom_menu_link:hover
{
background:url('/menu/menu.png') repeat-x 0px -215px;
-moz-opacity:1;
opacity:1;
}
.bottom_menu_separator
{
width:1px;
background:url('/menu/menu.png') repeat-x 0px 0px;
}
.bottom_menu_fixed
{
width:100%;
position:fixed;
right:0px;
bottom:-30px;

}
  * html div.bottom_menu_fixed
    {
    position: absolute;
    }

