﻿a{text-decoration:none;}
#menu
{
background:url(menu.gif);
height:42px;
width:936px;
}


#menuitem{
margin-right:6px;
font-family:tahoma;
color:#fff;
padding:6px;
padding-top:8px;
font-weight:bold;
height:26px;
float:right;
}

#menuitem:hover
{
padding-top:10px;
background:url(hover.png);


}