#itempop {
 border: solid 0px black;
 margin: 0px;
 padding: 0px;
 position: absolute;
 visibility: hidden;
}

.itemout {
 color: #303030;
 font-weight: bold;
 cursor: pointer;
}

a.item {font-family: arial; text-decoration: underline; color: orange;}

.menuitem {
 font-family: Tahoma;
 font-size: 12px;
 font-weight: bold;
 text-align: center;
 color: #ffff99;
 cursor: Pointer;
 padding: 7 0 8 0;
 border-left: solid 0px #303030;
 border-right: solid 0px #303030;
 background-color: #303030;
}

#menu {
 padding: 0;
 background: URL("menubg.jpg");
 border-left: solid 2px #909090;
 border-right: solid 2px #909090;
 }