<style type="text/css">

.urbangreymenu{
width: 232px; /*width of menu*/
}

.urbangreymenu .headerbarHome{
font: 100%/1.3 Calibri;
color: white;
background: #177096; /*last 2 values are the x and y coordinates of bullet image*/
margin-left: -1px;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
text-transform: none;
padding: 7px 0 7px 7px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbarHome a{
font: bold 100%/1.3 Calibri;
text-decoration: none;
color: #CCC;
display: block;
}

.urbangreymenu .headerbarMenu{
font: 100%/1.5 Calibri;
color: white;
background: #3383A5; /*last 2 values are the x and y coordinates of bullet image*/
margin-left: -1px;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
text-transform: none;
padding: 7px 0 7px 7px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbarMenu a{
text-decoration: none;
color: #FEFEFE;
display: block;
}

.urbangreymenu .headerbar{
font: 100%/1.4 Calibri;
color: white;
background: #529EBF url(../includes/images/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/

margin-left: -1px;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
text-transform: none;
padding: 7px 0 7px 30px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.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: 100%/1.6 Calibri;
color: black;
background: #E0F5FE; /*last 2 values are the x and y coordinates of bullet image*/
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}


.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #529EBF;
}


.urbangreymenu .headerbarSub{
font: 100%/1.3 Calibri;
color: black;
background: #7ABBD7; /*last 2 values are the x and y coordinates of bullet image*/
margin-left: -1px;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
text-transform: none;
padding: 7px 0 7px 10px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbarSub a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu .headerbarHeadSub{
font: 100%/1.3 Calibri;
color: black;
background: #529EBF; /*last 2 values are the x and y coordinates of bullet image*/
margin-left: -1px;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
text-transform: none;
padding: 7px 0 7px 10px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbarHeadSub a{
text-decoration: none;
color: white;
display: block;
}


</style>