﻿.menu
{
    top: 100px;
    width: 170px;
    height: 380px;
    position: relative;   
    background-image: url(Images/Menu.jpg);
}
.menuup
{
    top: 7px;
    width: 40px;
    left: 65px;
    height: 16px;
    background-repeat: no-repeat;
    position: absolute;
}
.menuscroll
{
    top: 27px;
    width: 152px;
    left: 8px;
    height: 324px;
    border-left: #3D537C 1px solid;
    border-bottom: #6D8BCC 1px solid;
    border-right: #6D8BCC 1px solid;
    border-top: #3D537C 1px solid;
    overflow: hidden;
    position: absolute;
}
.menutable
{
    width: 152px;
    text-align: center;	
}
.menudown
{
    top: 357px;
    width: 40px; 
    left: 65px;
    height:16px;
    background-repeat: no-repeat;
    position: absolute;
}
.menuleft
{
    border-top: #6D8BCC 1px solid;
    border-bottom: #3D537C 1px solid;
    border-left: #6D8BCC 1px solid;   
}
.menumiddle
{
    border-top: #6D8BCC 1px solid;
    border-bottom: #3D537C 1px solid;	   
}
.menuright
{
    border-top: #6D8BCC 1px solid;
    border-bottom: #3D537C 1px solid;   
    border-right: #3D537C 1px solid;
}
.menuitem
{
    border-left: #6D8BCC 1px solid;
    border-bottom: #3D537C 1px solid;
    border-right: #3D537C 1px solid;
    border-top: #6D8BCC 1px solid;
    width: 150px;
    font-family: 'Palatino Linotype', Serif;
    font-size: 10pt;
    text-align: center;
}
.menuitem a:link
{
    color: #e6eefd;
    text-decoration: none;
}
.menuitem a:visited
{
    color: #98a9d4;
    text-decoration: none;
}
.expand
{
    cursor: pointer;
    cursor: hand;
}
