﻿body {
}
.Menu
{
    background-position: right;
    background-image: url( 'IMG/MenuNavbar.png' );
    background-repeat: no-repeat;
    width: 185px;
    height: 23px;
    text-align: left;
    vertical-align: middle;
}
.MenuBottom
{
    background-position: right;
    background-image: url( 'IMG/MenuNavbar2.png' );
    background-repeat: no-repeat;
    width:185px;
    height:23px;
}
.MenuBar
{
    width: 185px;
    text-align: center;
    background-color:#F8F8F8;
}
.MenuHoover
{
    background-color: #EEEEEE;
    color: #000000;
    display: block;
}
.Curser
{
    cursor:pointer;
}