/******* Menu lateral padre *********/

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

.urbangreymenu .headerbar{
	font: normal 11px Arial, Verdana, sans-serif;
	color: white;
	background: #8A4F01;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform:uppercase;
	text-indent: 10px;
	padding: 5px 0 5px 0; /*31px is left indentation of header text*/
	letter-spacing: 1px;
	margin-top: 7px;
}

.urbangreymenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	text-transform:capitalize;
}

.urbangreymenu ul li a{
	font: normal 11px Arial, Verdana, sans-serif;
	color: black;
	position: relative;
	background: #B5A975;
	display: block;
	padding: 5px 0 8px 0;
	line-height: 5px;
	/*padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: white;
	background: #8A4F01;
}
