﻿body
{
    margin: 0 !important;
    padding: 0 !important;
}
.Logo
{
    margin: 8px 0;
}
.ImageMenu
{
    margin: 0px 5px 0px 5px;
}
.ImageMenu:hover
{
    cursor: pointer;
    margin: 0px 5px 0px 5px;
}
.menu
{
    height: 40px;
    line-height: 40px;
    font-family: "Segoe UI" ,Segoe UI;
    color: #999;
    background: #2f3036;
    text-decoration: none;
    width: 100%;
}
/*Strip the ul of padding and list styling*/
.ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    float: right;
}

/*Create a horizontal list with spacing*/
.li
{
    display: inline-block;
    float: left;
    margin-right: 1px;
}

/*Style for menu links*/
.li a
{
    display: block;
    min-width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-family: "Segoe UI" , Segoe UI;
    color: #fff;
    text-decoration: none;
    margin: 8px 0;
}

/*Hover state for top level links*/
.li:hover a
{
}

.Label:hover
{
    color: #19c589;
}
