/* Start of CMSMS style sheet 'css2menu' */
@font-face {
  font-family: "Museo";
  src: url(/../MuseoSans_500.otf) format("opentype");
}

.urbangreymenu{
width: 190px; /*width of menu*/
text-align: left;
padding: 0 0 4px 10px;
}

.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 14px;
font-family: "Museo", Arial, sans-serif;
color: #333333;
display: block;
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

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

/* End of 'css2menu' */

