@charset "utf-8";
.urbangreymenu{
	width: 217px; /*width of menu*/
}
.urbangreymenu  h3.headerbar {
	margin: 0px;
	padding: 0px;

}
.urbangreymenu   h3.headerbar a {
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*31px is left indentation of header text*/
	background-color: #D89019;
	background-image: url(../images/bullet-izq-menu.jpg);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D25522;
	margin-top: 0px;
	padding-right: 0px;
	text-decoration: none;
}
.urbangreymenu   h3.headerbar a:hover {
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*31px is left indentation of header text*/
	background-color: #82570F;
	background-image: url(../images/bullet-izq-menu.jpg);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D25522;
	margin-top: 0px;
	padding-right: 0px;
	text-decoration: none;
}
.urbangreymenu ul{
	list-style-type: none;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.urbangreymenu ul li{
	margin: 0px;
	padding: 0px;

}
.urbangreymenu ul li a{
	color: #DB3600;
	display: block;
	line-height: 14px;
	padding-left: 36px; /*link text is indented 8px*/
	text-decoration: none;
	background-color: #FEF0D6;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DF5900;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: middle;
	height: 20px;
}
.urbangreymenu ul li a:visited{
	color: #DB3600;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 36px;
	vertical-align: middle;
	height: 20px;
}
.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: #FFFFFF;
	background-color: #D25522;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FEF0D6;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 36px;
	vertical-align: middle;
	height: 20px;
}
