﻿.menu 
{ 
    padding:            0;
    margin:             0;
    cursor:             pointer;
    z-index:            999;
    float:              left;
    font-size:11pt;
} 
  
.menu>li 
{ 
    position:           relative; 
    display:            inline;
    text-align:         left;  
    padding:            10px;
    background:         url('/images/manu_backg.gif') no-repeat right center;
    font-weight:        bold;
} 
  
.menu ul 
{ 
    position:           absolute; 
    bottom:             35px; 
    display:            none; 
    left:               0; 
    list-style:         none; 
    padding:            8px;
    margin:             0;
    line-height:        20pt;
    background-color:   White;
    text-indent:        5px;
    color:              Black;
    font-weight:        normal;
    border-right: solid 1px #ccc;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
} 

.menu li:hover ul 
{ 
    width:              90%; 
    display:            block;
} 

.menu li:hover
{
    background-color:   #fff;
    color:              Green;
}
