.urbangreymenu
{
	width: 631px; /*width of menu*/
}

.urbangreymenu .headerbar
{
	font: 15px Tahoma;
	font-weight: bold;
	color: #ffffff; /*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;
	background-image: url(../images/review-bg.jpg);
	height: auto;
	background-repeat: repeat-x;
}
.urbangreymenu .headerbar2
{
	font: 15px Tahoma;
	font-weight: bold;
	color:#FFFFFF; /*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-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px; 
	border:1px solid #999999;
	background-image:url(../images/profile-header-bg.jpg);
	height: auto;
	background-repeat: repeat-x;
	text-decoration: none;
}

.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;
}

