/********************************************* MENU ***************************/
div#menu
{
 width: 100px;
 padding: 5px 0 5px 10px;
 margin: 0px 0 0 3px;
 float:left;
 font-size: 11pt;
}
div#menu ul
{
 margin: 0;
 padding: 0;
 list-style-type: none;
 z-index:10;
}
div#menu li
{
 font-size: 13px;
 text-align: center;
 margin: 0;
 padding: 0 0 2px 0;
 width: 100px;
 height: 16px;

}
div#menu li a
{
 padding: 1px 0 1px 0;
 text-decoration: none;
 color: #000;
 font-weight: 900;
 display: block;
 background: url('./img/button.png') no-repeat 0 -17px;
 height: 16px;
}
div#menu li a:hover
{
 padding: 1px 0 1px 0;
 text-decoration: none;
 color: #000;
 display: block;
 background: url('./img/button.png') no-repeat 0 0px;
 height: 16px;
}
html>body div#menu li a:hover
{
 height: auto;
}
/********************************************* MENU ***************************/

