<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 14px Verdana;
color: de451c;
background: #000000 url(../../newImages/downgreen.gif) no-repeat 8px 6px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
; margin: 0; width: auto; clip:  rect(   )
; border-color: black #606060 black black; border-right-width: thick
}

.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: bold normal 12px/17px Arial;
color: #FFFFFF;
background: de451c;
display: block;
padding: 5px 8 5px 8px; /*link text is indented 8px*/
text-decoration: none;
; width: auto; clip:  rect(   )
}

.urbangreymenu ul li a:visited{
color: #FFCC99;
; font-weight: bold
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #000000;
}

</style>
