@charset "utf-8";
/* CSS Document */
.urbangreymenu{
width: 160px; /*width of menu*/
}

.urbangreymenu .headerbar{
	overflow:auto
margin-bottom: 0; /*bottom spacing between header and rest of content*/
}
.urbangreymenu .class1 {
	background:url('../../assets/images/p3.gif') 0px 0px no-repeat; 
	color: #FF0;
}

.urbangreymenu .headerbar a{
	overflow:auto
margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-align: center;
	height:40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	width: 150px;
	height: 36px;
	vertical-align: middle;
	color: #766323;
	display:block;
	background:url('../../assets/images/p1.gif') 0px 0px no-repeat;
	text-decoration:none;
	padding-top: 6px;
	position: relative;
}
.urbangreymenu .headerbar a:hover{
	background:url('../../assets/images/p3.gif') 0px 0px no-repeat; 
	color: #FF0;
}
.urbangreymenu .headerbar a.active, .urbangreymenu .headerbar a.active:hover, .urbangreymenu .headerbar a.active:visited{
	background:url('./assets/images/p3.gif') 0px 0px no-repeat;
	color: #FF0;
}

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

/*.urbangreymenu ul li{
height: 1px; /*bottom spacing between menu items
}*/

.urbangreymenu ul li a{
	overflow:auto;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-align: center;
	height:40px; 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 13px;
	width: 150px;
	height: 36px;
	vertical-align: middle;
	color: #766323;
	display:block; 
	background:url('../../assets/images/s1.gif') 0px 0px no-repeat;
	text-decoration:none;
	padding-top: 6px;
}
.urbangreymenu ul li a:hover{
	background:url('../../assets/images/s3.gif') 0px 0px no-repeat; 
	color: #FF0;
}
.urbangreymenu ul li a.active, .urbangreymenu ul li a.active:hover, .urbangreymenu ul li a.active:visited{
	background:url('./assets/images/s3.gif') 0px 0px no-repeat;
	color: #FF0;
}

