html
{
overflow-x: hidden; 
overflow-y: scroll;
}

.menuItem
{
cursor: hand;
height: 29px;
background-image: url(grad.gif);
border-bottom: 1px solid #000000;
}

.subMenuItem
{
cursor: hand;
height: 29px;
background-image: url(sgrad.gif);
border-bottom: 1px solid #000000;
}

.subSubMenuItem
{
cursor: hand;
height: 29px;
background-image: url(ssgrad.gif);
border-bottom: 1px solid #000000;
}