.urbangreymenu{
	width: 199px; /*width of menu*/
	vertical-align: middle;
}
.urbangreymenu1{
	width: 183px; /*width of menu*/
	vertical-align: middle;
}
.urbangreymenu .headerbar{
	font: bold 12px Tahoma;
	color: #666666; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: none; /*31px is left indentation of header text*/
	background-color: #D7D7D7;
	background-image: url(../imagenes/bloq.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 28px;
	vertical-align: middle;
	background-position: 1px;
}

.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{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	color: #FFFFFF;
	background: #868684;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 15px; /*link text is indented 8px*/
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.urbangreymenu ul li a:visited{
	color: #FFFFFF;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: #666666;
	background-color: #FBC853;
	text-decoration: none;
}

