#menu
{
   background: transparent;
   margin: 13px 0 0 0;
   position: absolute; 
   right: 3px;
   top: 200px;
   width: 169px;
   height: auto;
}

div#menu ul ul {display: none;}

div#menu p {display: none;}

div#menu span {display: none;}

#menu a,
#menu ul,
#menu li
{
   margin:0;
   padding:0;
   display: block;
}

#menu ul,
#menu li
{
   list-style: none;
}

#menu li
{
   font: bold 1.2em Arial, Helvetica, sans-serif;
}

#menu a
{
   color: #fff !important;
   background: inherit !important;
   text-decoration: none !important;
   width: 157px;
   height: 26px;
   line-height: 26px;
   /*background: transparent url('../images/bg_menu.gif') no-repeat !important;*/
   margin: 0 0 0 5px;
   padding: 0 0 0 8px;
}

#menu a:hover,
#menu selected.a
{
   color: #000 !important;
   background: transparent url('../images/bg_menu_hover.gif') no-repeat !important;
}

#menu ul
{
   background: #0F73CC url('../images/bg_menu_ul.gif') no-repeat !important;
   color: #fff;
   width: 169px;
   height: 26px;
   position: relative;
}

/* style exceptions */

#menu ul.first
{
   background: transparent url('../images/bg_menu_ul_first.gif') no-repeat !important;
   width: 169px;
   height: 38px;
   position: relative;
}

#menu ul.first a
{
   position: absolute;
   bottom: 0;
}

#menu ul.last
{
   background: transparent url('../images/bg_menu_ul_last.gif') no-repeat !important;
   width: 169px;
   height: 41px;
   position: relative;
}

#menu ul.last a
{
   position: absolute;
   top: 0;
}