﻿.urbangreymenu
{
    width: 220px; /*width of menu*/
}
.urbangreymenu .headerbar
{
    font: bold 13px Arial;
    color: white;
    margin-top: 0; /*bottom spacing between header and rest of content*/
    margin-bottom: 0; /*bottom spacing between header and rest of content*/
    text-align: right; /*text-transform: uppercase;*/
    padding: 0px 0px 0px 0px;
}
.urbangreymenu .headerbar a
{
    text-decoration: none;
    color: white;
    display: block;
}
.urbangreymenu .submenu
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0;
}
.urbangreymenu .submenu
{
    padding-bottom: 0px;
}
.urbangreymenu .submenu a
{
    font: normal 12px Arial;
    color: white;
    background: #717074;
    display: block;
    padding: 0px 0px;
    line-height: 17px;
    padding-left: 0px;
    text-align: right;
    text-decoration: none;
}
.urbangreymenu .submenu a:visited
{
    color: white;
}
.urbangreymenu .submenu a:hover
{
    color: #717074;
    background: #D0CAC0;
}
