@charset "utf-8";
.urbangreymenu{
	width: 220px; /*width of menu*/
	display: block;
	float: right;
	margin-right: 2px;
}
.urbangreymenu  h3.headerbar {
	margin: 0px;
	padding: 0px;

}
.urbangreymenu   h3.headerbar a {
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: capitalize; /*31px is left indentation of header text*/
	background-color: #FC6;
	background-image: url(../images/flecha.gif);
	background-repeat: no-repeat;
	background-position: 200px center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #266292;
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFB417;
	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: #89A8C5;
	background-image: url(../images/flecha.gif);
	background-repeat: no-repeat;
	background-position: 200px center;
	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: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E607D;
	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: #266292;
	display: block;
	line-height: 13px;
	padding-left: 14px; /*link text is indented 8px*/
	text-decoration: none;
	background-color: #FFE6B0;
	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: #266292;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: middle;
	height: 20px;
}
.urbangreymenu ul li a:visited{
	color: #266292;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	vertical-align: middle;
	height: 20px;
}
.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: #FFFFFF;
	background-color: #266292;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FEF0D6;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 14px;
	vertical-align: middle;
	height: 20px;
}
