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


.urbangreymenu{
width: 231px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Century Gothic, Verdana, Arial, Helvetica, sans-serif;
color: white;
background: #666666 url(../images/subarrow.jpg) no-repeat 8px 10px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
margin-top: 0;
text-transform: uppercase;
padding: 7px 0 7px 25px; /*25px is left indentation of header text*/
}

.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: 1px; /*bottom spacing between menu items*/
background-color: #FFFFFF;
}

.urbangreymenu ul li a{
font: normal 11px "proxima-nova-1","proxima-nova-2", Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;
text-align:left;
color: #333333;
background: #cccc99;
display: block;
cursor: pointer;
padding: 2px 0px;
line-height: 17px;
padding-left: 25px; /*link text is indented 25px*/
text-decoration: none;
border-bottom-width: thin;
border-left-width: 6px;
border-left-style: solid;
border-bottom-color: #ffffff;
border-left-color: #336699;
}

.urbangreymenu ul li a:visited{
color: #333333;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #333333;
background: #d5d5be;
}

.urbangreymenu ul li a:focus{ /*active state CSS*/
color: #333333;
background: #d5d5be;
}

.urbangreymenu ul li a:active{ /*active state CSS*/
color: #333333;
background: #d5d5be;
}
