﻿.menu
{
    border: none;
    border: 0px;
    margin: 0px;
    padding: 0px;
    font-family: verdana,geneva,arial,helvetica,sans-serif;
    font-size: 12px; 
    color: #8e8e8e;
}
.menu ul
{
    height: 27px;
    list-style: none;
    margin: 0;
    padding: 0;
    float:right;
}
.menu li
{
    float: left;
}
.menu li a
{
    font-weight: bold;
    color: White;
    display: block; 
    line-height: 27px;
    text-align: center;
    text-decoration: none;
}
.menu li a:hover
{
    color: White;
    text-decoration: none;
}
.menu li ul
{
    display: none;
    height: auto;
    position: absolute;
    z-index: 200;
}
.menu li:hover ul
{
    display: block;
}
.menu li li
{
    display: block;
    float: none;
    border: none;
    z-index: 200;
    margin:0px;
}
.menu li ul a
{
    display: block;
    text-align: left;  
}
.menu li ul a:hover
{
    color: White;
}
.menu p
{
    clear: left;
}
.menu a.current
{
    color: White;
    font-weight: bold;
}

