/* CSS Document */
.urbangreymenu{
width: 160px; /*width of menu*/
}

.urbangreymenu .headerbar{
font:  Arial, Helvetica, sans-serif;
background: url(../images/bgLinks.gif) no-repeat;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
height: 30px;
padding: 0px 0px 0px 0px; /*31px is left indentation of header text*/
margin: 0px 0px 0px 0px;

}

.urbangreymenu .headerbar a{
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
color: #297A00;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
display: block;
padding: 10px 0px 0px 30px;
}

.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: 0px 0px 0px 0px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 10px Arial;
/*background-color:#EEEEEE;*/
text-align:left;
color: #676565;
display: block;
font-weight:bold;
padding: 0px 0px 0px 0px;
text-transform: uppercase;
line-height: 17px;
padding-left: 0px; /*link text is indented 8px*/
text-decoration: none;
}
.urbangreymenu ul li a:hover{
color: #297A00;
text-decoration:underline;
}
.urbangreymenu ul li a:visited{
color: #297A00;
text-decoration:underline;
}

