﻿body 
{
    margin: 0px;
    padding: 0px;
}
#discuss_header
{
    width: 100%;
    height: 75px;
    background-color:#56595c;
    text-align:center;
}
#menu
{
    width: 70%;
    float: left;
    height: 30px;
    background-color:#56595c;
    vertical-align: middle;
    color:White;
    font-family:Calibri;
    font-size:small;
}
#login
{
    width: 30%;
    float: left;
    height: 30px;
    background-color:#56595c;
    text-align: right;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Calibri;
    font-size: small;
    vertical-align: middle;
}
#dropdown
{
    clear:both;
    width:100%;
}
.menubutton
{
    background-image: url(scripts/media/edit_icon2.png);
    background-position: left;
    background-color: #eaeaea;
    border: none;
    font-weight: bold;
    text-decoration: none;
    padding: 0 2px;
    font-family: Verdana;
    font-size: 12px;
    color: #cccccc;
}
.menubutton:hover
{
    background-color: White;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    color: #666666;
    cursor: hand;
}
