/** MENU */
.urbangreymenu{
width: 208px;
} 

.urbangreymenu .headerbar{
font: bold, 10px;
font-family:   Arial, Helvetica, sans-serif;
color: #000000;
background: #E9E9E9  url(../../../menu/ver/200/arrowstop.gif) no-repeat 0px 0px; /*last 2 values are the x and y coordinates of bullet image*/
margin: 0px; /*bottom spacing between header and rest of content*/
padding: 4px 0px 3px 18px; /*/up/right/under/left/*/ 
line-height: 30px;
border-bottom:1px solid #d6d6d6;
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: #000000;
display: block;
}

.urbangreymenu .headerbar a:hover{
text-decoration: none;
color: #000000;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
 /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
color: black;
background: #FFF  url(../../../menu/ver/200/arrowstop2.gif) no-repeat 0px 0px; /*last 2 values are the x and y coordinates of bullet image*/
display: block;
line-height: 25px;
padding: 0px 0px 0px 22px; /*/up/right/under/left/*/
text-decoration: none;
width: auto;
}

.urbangreymenu ul li a:visited{
text-decoration: none;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
text-decoration: none;
background: transparent url(../../../menu/ver/200/arrowstop3.gif) no-repeat 0px 0px; /*last 2 values are the x and y coordinates of bullet image*/
}


