/* Left menu*/
ul.left-menu
{
    list-style:none;
    padding:0;
    margin: 30px 0 20px;
    position: relative; /*IE bug*/
}

ul.left-menu li
{
    padding: 10px 16px;
    background:transparent;
    text-align: center;
}

ul.left-menu li a
{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

ul.left-menu li a:visited
{
    color:#fff;
}

ul.left-menu li a:hover
{
    opacity: 0.8;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
    color:#FC8D3D;
}



