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

.urbangreymenu{
width: 206px; /*width of menu*/
margin-left: 4px;
margin-bottom: 8px;
}

.urbangreymenu .accordionHead{
font: bold 100% HiraKakuPro-W6, Tahoma, 'Lucida Grande', Verdana, sans-serif;
color: white;
background:#fff url(../images/bg.gif) no-repeat  0px 0px;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
padding: 4px 0px 4px 15px; /*31px is left indentation of header text*/
margin-top: 0px;
}

.urbangreymenu .accordionHead a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu .accordionHead a:hover{
text-decoration: none;
color: white;
}

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

.urbangreymenu ul li{
padding-bottom: -5px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font-family: HiraKakuPro-W3, Verdana, 'Lucida Grande',, sans-serif;
font-weight: normal;
color: #333;
background: #EDEDED;
display: block;
padding: 5px 0;
line-height: 10px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color:#fff;
background:#444;
text-decoration: none;
}