

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
width: 946px; /*width of menu*/


}



.urbangreymenu a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
width: 80px;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu a:visited{
color: black;
}

.urbangreymenu a:hover{ /*hover state CSS*/
color: white;
background: black;
}


