div.our_firm a {
	background-image: url('/common/images/interface/nav-our_firm.gif');
}

div.our_firm_selected a {
	background-image: url('/common/images/interface/nav-our_firm.gif');
	background-position: right;
}

div.industries_practice a {
	background-image: url('/common/images/interface/nav-industries_and_practice.gif');
}

div.industries_practice_selected a {
	background-image: url('/common/images/interface/nav-industries_and_practice.gif');
	background-position: right;
}

div.lawyers a {
	background-image: url('/common/images/interface/nav-lawyers.gif');
}

div.lawyers_selected a {
	background-image: url('/common/images/interface/nav-lawyers.gif');
	background-position: right;
}

div.articling_careers a {
	background-image: url('/common/images/interface/nav-articling_and_careers.gif');
}

div.articling_careers_selected a {
	background-image: url('/common/images/interface/nav-articling_and_careers.gif');
	background-position: right;
}

div.chinese a {
	background-image: url('/common/images/interface/nav-chinese.gif');
}

div.chinese_selected a {
	background-image: url('/common/images/interface/nav-chinese.gif');
	background-position: right;
}

div.our_firm, div.our_firm_selected, 
div.lawyers, div.lawyers_selected, 
div.articling_careers, div.articling_careers_selected,
div.industries_practice, div.industries_practice_selected,
div.chinese, div.chinese_selected {
	padding-bottom: 15px;
}


div.our_firm a, div.our_firm_selected a, 
div.industries_practice a, div.industries_practice_selected a, 
div.lawyers a, div.lawyers_selected a, 
div.articling_careers a, div.articling_careers_selected a,
div.chinese a, div.chinese_selected a {
	width: 250px;
	display: block;
	background-repeat: no-repeat;
	height: 15px;
}

div.level2 {
	padding-left: 30px;
	margin-top: -25px;
}

div.level2 ul li {
	list-style-image: url('/common/images/interface/nav-subnav-right-arrow.gif');
	padding-bottom: 5px;
}

div.level2 ul li.selected {
	list-style-image: url('/common/images/interface/nav-subnav-down-arrow.gif');
}
	
div.level2 ul li a.selected {
	color: #555555;
}

div.level2 li a  {
	text-decoration: none;
	color: #858585;
	font-weight: bold;
	font-size: 7.5pt;
}

div.level2 li a:visited {
	color: #858585;
}

div.level2 li a:hover {
	color: #555555;
}

div.level3 {
	margin-left: -30px;
	padding-right: 15px;
}

div.level3 ul li {
	list-style: none;
	list-style-image: none;
	padding-bottom: 8px;
}

div.level3 ul li.selected {
	list-style: none;
	list-style-image: none;
}

div.level3 li a.selected {
	color: #555555;
}

div.level3 li a:visited {
	color: #858585;
}

div.level3 li a:hover {
	color: #555555;
}

div.level3 li a {
	text-decoration: none;
	color: #858585;
	font-weight: bold;
	font-size: 7.5pt;
}