﻿div#mainMenuContainer
{
    width: 892px;
    height: 31px;
    padding: 0px 1px;
    margin: 18px 0px;
    z-index: 1000;
	margin-left: -5px;
}

div.menuButton
{
    width: 126px;
    height: 31px;
    line-height: 31px;
    background-image: url('../images/mainmenu_button.gif');
    background-position: 0px 0px;
    float: left;
    cursor: pointer;
}

div.buttonText
{
    text-align: center;
}

div.menuButton:hover
{
    background-position: 0px -31px;
    color: White;
    font-weight: bold;
}

div#mainMenuContainer div.first
{
    width: 126px;
    background-image: url('../images/mainmenu_buttonfirst.gif');
    
}

div#mainMenuContainer div.first:hover
{
    background-position: 0px -31px;
}

div#mainMenuContainer div.last
{
    width: 126px;
    background-image: url('../images/mainmenu_buttonlast.gif');
}

div#mainMenuContainer div.last:hover
{
    background-position: 0px -31px;
}

div.menuDrop
{
    background-color: #c1c1c1;
    position: absolute;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 128px;
    line-height: normal;
    z-index: 1000;
}

div.menuItem
{
    padding: 11px;
    background-color: #c1c1c1;
    border: solid 1px white;
    border-top: none;
    text-align: center;
    font-weight: normal;
    color: Black;
    text-align: left;
    font-size: 10px;
}

div.menuItem:hover
{
    background-color: #a3b8cb;
    font-weight: bold;
    color: white;
}
