/** //// MAIN MENU //// **/

.urbangreymenu {width: 90px; position: fixed; top: 125px; left: 0%;}

.urbangreymenu ul {list-style-type: none; margin: 0; padding: 0; border: 1px 
solid #F3F3F3;} /*bottom spacing between each UL and rest of content*/

.urbangreymenu ul li {padding-bottom: 0px; border: 1px solid #F3F3F3;}   
/*bottom spacing between menu items - was 2px */

.urbangreymenu ul li a {font: normal 12px Arial; color: white; background-color: 
black; display: block;
padding: 5px 5px; line-height: 17px; padding-left: 7px; text-decoration: none;}
	/*link text is indented 7px*/

.urbangreymenu ul li a:visited{color: white;}
.urbangreymenu ul li a:hover{color: black; background: #d3d3d3;}
