@charset "utf-8";
/* CSS Document */



.urbangreymenu{
	width: 100%; /*width of menu*/
}

.urbangreymenu .headerbar{
	margin-bottom: 0;
	background-position: 0px 5px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 14px;
	margin-left: 0px;
	left: 12px;
	background-image: url(../imagenes/misc.jpg);
	background-repeat: no-repeat;
}

.urbangreymenu .headerbar a{
	text-decoration: none;
	display: block;
}

.urbangreymenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.urbangreymenu ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
	padding-top: 0px;
	padding-left: 0px;
}
h3 {
	padding: 0px;
	margin-top: 2px;
}


.urbangreymenu ul li a{
	display: block;
	line-height: 12px;
	padding-left: 20px; /*link text is indented 8px*/
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	background-image: url(../imagenes/misc2.jpg);
	background-position: 8px 7px;
	background-repeat: no-repeat;
}

.urbangreymenu ul li a:visited{

}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
}
.urbangreymenu .headerbar a:visited {
	text-decoration: none;
	display: block;
}
.urbangreymenu .headerbar a:hover {
	text-decoration: none;
	display: block;
}

