﻿.greyLeftBorderContainer
{
    border-left:10px solid #eaeaea;
    width:193px;
    margin:20px 0px 0px 20px;
    float:left;
    overflow:hidden;
    padding-top:10px;
}

.greyLeftBorderContainer .menuBox
{
    float:left;
}

.greyLeftBorderContainer .content
{
    font-size:10px;
    color:#999;
}

.greyLeftBorderContainer .content a
{
    color:#e4bc00;
    text-decoration:none;
    font-size:14px;
}

.greyLeftBorderContainer .content a:hover
{
    color:#e4bc00;
    text-decoration:underline;
}