﻿div#leftmenu
{
    width: 150px;
    padding: 65px 0px 0px 1px;
    background: #8e8e8e;
    /*
    border-right: 1px solid #000;
    background: #8e8e8e url(/images/heads/Brushed-Banner.jpg) no-repeat;*/
}

div#leftmenu ul li
{
    position: relative;
    list-style: none;
    display: inline;
}

div#leftmenu a
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 8pt;
}

div#leftmenu a span
{
    display: block;
    width: 140px;
    padding: 4px 0 4px 10px;
    margin-bottom: 8px;
    cursor: pointer;
}

div#leftmenu a:hover span
{
    background: #999;
}

div#leftmenu a span.selected
{
    width: 140px;
    padding: 4px 0 4px 10px;
    background: #000;
    color: #fff;
    cursor: pointer;
}

div#leftmenu ul li.submenu a span
{
    width: 130px;
    padding-left: 20px;
    padding: 2px 0 2px 20px;
    font-weight:normal;
}

div#platformbadge
{
    position: absolute;
    width: 150px;
    text-align: center;
    bottom: 70px;
}