﻿.urbangreymenu
{
	width: 190px;
}
.urbangreymenu .headerbar
{
	list-style: none;
	height: auto;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	background-color: #F7F7F7;
}
.urbangreymenu .headerbar a
{
	font-size: 11px;
	display: block;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-left: 0px;
	height: auto;
	font-family: tahoma;
	line-height: 16px;
	padding-bottom: 7px;
}
.urbangreymenu .headerbar a:hover
{
	text-decoration: underline;
}
.urbangreymenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
}
.urbangreymenu ul li
{
	list-style: none;
	height: auto;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}
.urbangreymenu ul li a
{
	font-size: 11px;
	display: block;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-left: 0px;
	height: auto;
	font-family: tahoma;
	line-height: 16px;
	padding-bottom: 7px;
}
.urbangreymenu ul li a:hover
{
	text-decoration: underline;
}