BODY {
 padding: 3px;
 margin: 0;
}

/**** MENU ****/
.menu {
 width: 190px;
 background: url(img/menu_bg.png) repeat-y top left;
}

.menuhead {
 width: 190px;
 background: url(img/menuhead_bg.png) repeat-y top left;
 font: bold 12px Arial, sans-serif;
 padding: 3px 0 13px 15px;
 margin-top: 10px;
}

.menucontent {
 overflow: hidden;
 width: 170px;
 margin: 0 10px;
 white-space: nowrap;
}

.menucontent A {
 font: normal 20px Arial, sans-serif;
 color: black;
 text-decoration: none;
 padding: 1px 170px 1px 0;
 width: 170px;
}

.menucontent A:hover{
 font-weight: bold;
 background: url(img/selecteditem_bg.gif) bottom left no-repeat;
}

.menucontent IMG {
 border-width: 0px;
 margin-left: 8px;
 margin-right: 7px;
 width: 16px;
 height: 16px;
}

.menucontent SPAN {
 font-size: 14px;
}

.menufoot {
 width: 190px;
 background: url(img/menufoot_bg.png) repeat-y top left;
 font: bold 5px Arial, sans-serif;
 padding: 5px;
}