@charset "utf-8";
/* CSS Document */
.urbangreymenu{
width: 233px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Arial, Verdana, Helvetica, sans-serif;
color: white;
background: #0F4873 url(down.gif) no-repeat 4px 2px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 3px; /*bottom spacing between header and rest of content*/
padding: 3px 0 3px 5px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial, Verdana, Helvetica, sans-serif;
color: black;
background: #9EC6F1 url(down.gif) no-repeat 4px 2px;
display: block;
padding: 3px 0;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
background: #9EC6F1 url(down.gif) no-repeat 4px 2px;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: black;
background: #CBE0F8;
}
.submenu-padding{
	padding-left:20px;
}

