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

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

.urbangreymenu .headerbarblank {
font: bold 13px Verdana;
color: #fcc93a; /* New Gold */
background: #660000; /* New Burgundy */
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 15px 0 15px 23px;
}
.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: #fcc93a; /* New Gold */
background: #660000 url(../image-files/plus.gif) no-repeat 4px 18px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 15px 0 15px 23px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbarblank a{
text-decoration: none;
color: #fcc93a; /* New Gold */
display: block;
width: 100%;
}
.urbangreymenu .headerbarblank a:hover{
text-decoration: none;
color: #ffffff;
display: block;
width: 100%;
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: #fcc93a; /* New Gold */
display: block;
width: 100%;
}
.urbangreymenu .headerbar a:hover{
text-decoration: none;
color: #ffffff;
display: block;
width: 100%;
}

.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-weight: normal;
font-size: 12px;
color: white;
background: #990000; /* this the tier 3 menu color */
display: block;
padding: 5px 0 5px 8px; /*link text is indented 8px*/
line-height: 17px;
text-decoration: none;
width: 217px;
}

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

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

