/* Redefine logo */
.logo {background: url(../images/tru/logo.gif) top left no-repeat;width:335px;height:70px;margin:5px 0}

/* Redefine neighbourhood tab colours */
.nav li.A a{width:146px;background-color:#003d7e}
.A .nav li.A a, .nav li.A a:hover{width:146px;text-decoration:underline; background-color:#003d7e;color:#fff}

.nav {margin:10;} 

/* Tabs all the same colour so no need to redefine this for each letter */
.location{background-color:#fff;}

/* Make the child links list look like the section menu */
.subnav li a {background: url(../images/arts/arts_bullet.gif) 0 0.6em no-repeat;}
.subnav li a:hover{background: url(../images/arts/arts_bullet.gif) 0 0.6em no-repeat;}

/* Redefine Accordion Menu First level Images */
table.accordion-header a,
table.accordion-header a:visited {
	background:  #fff url(../images/arts/arts_bullet.gif) 0 0.7em no-repeat;
	}
table.accordion-header a:hover,
table.accordion-header a:active,
table.accordion-header-selected a,
table.accordion-header-selected a:visited {
	background:  #efefef url(../images/arts/arts_bullet.gif) 0 0.7em no-repeat;
	}

/* Redefine Accordion Menu Third level Images */
table table table table a.accordion-item:hover,
table table table table a.accordion-item:active,
table table table table a.accordion-item-selected,
table table table table a.accordion-item-selected:visited {
	background:  #fff url(../images/arts/arts_arrow.gif) 0 0.6em no-repeat;
	}