@charset "utf-8";

/* CSS Document */

.urbangreymenu{

width: 278px; /*width of menu*/

}

.urbangreymenu .accordionHead {

font-family: Arial;
font-size: 12px;
font-weight: bold;

color: white;

background: url(http://www.signature-homes.com.au/templates/rhuk_milkyway/images/menutop.jpg) no-repeat; /*last 2 values are the x and y coordinates of bullet image*/

margin-bottom: 1px; /*bottom spacing between header and rest of content*/
margin-top: 10px;

text-transform: uppercase;

padding: 0px 0 0px 20px; /*31px is left indentation of header text*/

line-height: 43px;
font-style: normal;
letter-spacing: 0px;

}

.urbangreymenu .accordionHead a{

text-decoration: none;

color: white;

display: block;
font-family: Arial;
font-size: 12px;
font-weight: bold;
font-style: normal;
letter-spacing: 0px;

}

.urbangreymenu ul{

list-style: none;

margin: 0;

padding: 0;

margin-bottom: 0; /*bottom spacing between each UL and rest of content*/

background: transparent;

}

.urbangreymenu ul li{

padding-bottom: 2px; /*bottom spacing between menu items*/
list-style: none;
background: transparent;
margin: 0px;
padding: 0px;

}

.urbangreymenu ul li a{

font: normal 12px Arial;

color: #444444;
background: #ededed;
margin: 0px;
padding: 0px;
font-weight: bold;
display: block;


line-height: 30px;
padding-left: 20px;

text-decoration: none;

list-style: none;
margin-bottom: 1px;

}

.urbangreymenu ul li a:hover{ /*hover state CSS*/

color: #444444;
font-weight: bold;

background:#cddbe5;

}

