﻿ul
{
    font: bold 9pt Arial, sans-serif;
    height: 31px;
    vertical-align: top;
    text-align: right;
}

ul li
{
    vertical-align: top;
    background-position: left;
    background-image: url(         "images/menu_div.jpg" );
    background-repeat: no-repeat;
    list-style: none;
    margin: 0;
    display: inline;
    position: relative;
    height: 31px;
    padding-left: 20px;
}

ul li a
{
    border-bottom: none;
    text-decoration: none;
    color: #FFFFFF;
}

li ul { position: absolute; left: 149px; top: 0; display: none; } 

ul li a:hover
{
    color: #FF0000;
}

ul li a#current 
{
  background-color:#fff;
  border-bottom:1px solid #fff;
  display: block;
}

/* Fix IE. Hide from IE Mac \*/ * html ul li { float: left; } * html ul li a { height: 1%; } /* End */ 


