﻿.urbangreymenu{
    width: 162px; /*width of menu*/
}

.urbangreymenu .headerbar
{
    font: normal 11px Tahoma;
    color: #000000;
    margin: 0; /*bottom spacing between header and rest of content*/
    padding: 2px 0 2px 4px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a
{
    text-decoration: none;
    color: #000000;
    display: block;
}

.urbangreymenu ul
{
    font: normal 10px Tahoma;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
    margin-right: 2px; /*bottom spacing between each UL and rest of content*/
    background:#f0f0f0;
}

.urbangreymenu ul li
{
    color:#000000;
    margin: 0;
    padding: 0;
}

.urbangreymenu ul li a
{
    color:#000000;
    padding-left: 8px; /*link text is indented 8px*/
    text-decoration: none;
    line-height: 13px;
}

.urbangreymenu ul li a:visited
{
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
    color: #030303;
    text-decoration:underline;
}

#noopen
{
    display:none !important;
}
