.urbangreymenu
{
	width: 420px; /*width of menu*/
}

.urbangreymenu .headerbar
{
	font: 11px Arial;
	font-weight: bold;
	color: #ffffff;
	background: #3b5d76; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
	border-top: #000000 dotted 1px;
	border-bottom: #FFFFFF dotted 2px;
}

.urbangreymenu .headerbar a
{
	text-decoration: none;
	color: #ffffff;
}

.urbangreymenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li
{
	background-color: #f7fdd9;
	line-height: 15px;
	padding-bottom: 1px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a
{
	font: normal 11px Arial;
	color: #004365;
	background-color: #f7fdd9;
	display: block;
	padding: 5px 0;
	padding-left: 26px; /*link text is indented 8px*/
	text-decoration: none;
}

.urbangreymenu ul li a:hover
{
	/*hover state CSS*/
	color: #FFFFFF;
	background: #aeb87d;
}


.LogOut
{
	font: 11px Arial;
	font-weight: bold;
	color: #ffffff;
	background: #879923; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
	border-top: #000000 dotted 1px;
	border-bottom: #FFFFFF dotted 2px;
}

.LogOut a
{
	text-decoration: none;
	color: #ffffff;
}
