#MENU{
position: absolute;
margin-left: 35px;
margin-bottom: 50px;
text-decoration: none;
}


.menuitem
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(../img/menu_over.gif) no-repeat;
text-decoration: none;
white-space: nowrap;
display: block;
width: 100px;
height: 26px;
margin: 0;
padding: 0;
}

.menuitem a
{
display: block;
width: 100px;
height: 26px;
display: block;
float: left;
text-decoration: none;
/************/
font-size: 14px;
font-family:  Arial, Helvetica, sans-serif;
font-weight: bold;
}

.menuitem img
{
width: 100px;
height: 26px;
border: 0;
}

.menuitem a:hover
{
color:#FFF;
}

* html .menuitem a:hover
{
visibility:visible;
}

.menuitem a:hover img
{
visibility:hidden;
}

.menuitem span
{
position: absolute;
text-decoration: none !important;
left: -5px;
top: 4px;
margin: 0px;
padding: 0px;
cursor: pointer;
width: 100px;
height: 26px;
text-align: right;
}

