.urbangreymenu{
width: 884px; /*width of menu*/
height: auto;
margin:0px auto;
text-align:left;
color:#000000;
}

.urbangreymenu .headerbar{
font: bold 10px;
background: #CCC url(../img/d_arrow.gif) no-repeat 30px 50%; /*last 2 values are the x and y coordinates of bullet image*/
margin: 0px; /*bottom spacing between header and rest of content*/
border: 1px solid #D5E8AD;
text-align:left;
}

.urbangreymenu .headerbar a{
font-size:10px;
padding: 0px 20px;
text-decoration: none;
color: #666;
display:block;
text-align:left;
}

.urbangreymenu .headerbar1{
font: bold 10px;
background: #666 url(../img/r_arrow.gif) no-repeat 30px 50%; /*last 2 values are the x and y coordinates of bullet image*/
margin: 0px; /*bottom spacing between header and rest of content*/
border: 1px solid #D5E8AD;
text-align:left;
}

.urbangreymenu .headerbar1 a{
font-size:10px;
padding: 0px 20px;
text-decoration: none;
color: #FFF;
display:block;
text-align:left;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0px;
padding: 10px 30px;
}

.urbangreymenu ul li{
padding: 0px; /*bottom spacing between menu items*/
font-size:11px;
}

.urbangreymenu ul li img {float:right; margin:5px;}

.urbangreymenu ul li a{
	margin: 0px;
	padding: 50px 10px 5px 10px;
	width: auto;
	border-bottom-style: groove;
	border-bottom-width:1px;
	border-bottom-color:#FFFFFF;
	text-align:right;
	color: black;
	background-color: #FFCC33;
	display: block;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #FFFFFF;
background-color: #000000;
text-decoration:none;
 /*Add Shadow in IE. Remove if desired*/
}
