/* Redefine logo */
.logo {background: url(../images/tru/trulogo.gif) top left no-repeat;width:335px;height:59px;margin:5px 0}

/* Redefine neighbourhood tab colours */

.nav li.A a{width:90px;background-color:#005d7e}
.A .nav li.A a, .nav li.A a:hover{width:90px;background-color:#638fab;color:#000000}

.nav li.B a{width:140px;background-color:#005d7e}
.B .nav li.B a, .nav li.B a:hover{width:140px;background-color:#638fab;color:#000000}

.nav li.C a{width:144px; background-color:#005d7e}
.C .nav li.C a, .nav li.C a:hover{width:144px;background-color:#638fab;color:#000000}

.nav li.D a{width:90px;background-color:#005d7e}
.D .nav li.D a, .nav li.D a:hover{width:90px; background-color:#638fab;color:#000000}

.nav li.E a{width:98px;background-color:#005d7e}
.E .nav li.E a, .nav li.E a:hover{width:98px;background-color:#638fab;color:#000000}

.nav li.F a{width:80px;background-color:#005d7e}
.F .nav li.F a, .nav li.F a:hover{width:80px;background-color:#638fab;color:#000000}

.nav li.G a{width:90px;background-color:#005d7e}
.G .nav li.G a, .nav li.G a:hover{width:90px;background-color:#638fab;color:#000000}


/* Tabs all the same colour so no need to redefine this for each letter */

.location{background-color:#638fab}
.location a{color:#000000}
.location a:hover{color:#ffffff}

/* Make the child links list look like the section menu */
.subnav li a {background: url(../images/rigs/research_bullet.gif) 0 0.6em no-repeat;}
.subnav li a:hover{background: url(../images/rigs/research_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/rigs/research_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/rigs/research_bullet.gif) 0 0.7em no-repeat;
	}

/* Redefine Accordion Menu Third level Image */
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/rigs/research_arrow.gif) 0 0.6em no-repeat;
	}

/* following lines is for the childlink list to memic the section menu */
.subnav li{background: url(../images/rigs/research_bullet.gif) 0 0.7em no-repeat; color: #000000}
.subnav li a {border-bottom: 1px #d5d5d5 solid; background: url(../images/rigs/research_bullet.gif) 0 0.7em no-repeat; color: #000000}
.subnav li a:hover {border-bottom: 1px #d5d5d5 solid; background: url(../images/rigs/research_bullet.gif) 0 0.7em no-repeat #efefef; color: #000000}

/* left links on the business template  (because these links are in the subnav div tag, the first two lines are to remove unwanted css) */
.leftlinks li{border: none; font-size: 1em; list-style:none;background: none; line-height: 1em; margin-top: -.6em;}	
.leftlinks li a {border: none; font-size: .95em; background: url(../images/tru/arrow.gif) 0 .4em no-repeat;}
.leftlinks li a:hover {border: none; font-size: .95em; background: url(../images/rigs/research_arrow.gif) 0 .4em no-repeat;}


/* Redefine toolbar horizontal position from tru-default mod .toolbar 32px to 20 px*/
	.toolbar,.toolbar ul {margin: 20px 0 0 0; padding: 0}
/* Redefine search horizontal position from tru-default mod .search 33px to 18 px*/
		.search{float:right; margin:18px 0 0 0;}
/* Redefine contentarea from tru-default mod .contentarea 25px 000 to 5px 000*/
		.contentarea{margin:5px 0 0 0;}