/* ********** NAVIGATION STYLES *************************************************** */

/* top navigation */

#topnav ul {
list-style: none; 
margin: 0; 
padding: 0;
}

#topnav li {
display:inline; 
margin: 0;
}

#topnav a, #home a {
float: left; 
height:20px;
text-decoration:none;
margin: 1px 0 2px 0; 
}

#topnav a:hover, #topnav a:active, #topnav a.selected, #home a.selected {
background-position: 0 -20px;
}

#home a  {width: 147px; background: url(/ans/images/misc/tn_home.jpg) top left no-repeat;}
#about a  {width: 147px; background: url(/ans/images/misc/tn_about.jpg) top left no-repeat;}
#strategy a  {width: 147px; background: url(/ans/images/misc/tn_strategy.jpg) top left no-repeat;}
#businesses a  {width: 147px; background: url(/ans/images/misc/tn_businesses.jpg) top left no-repeat;}
#people a  {width: 147px; background: url(/ans/images/misc/tn_people.jpg) top left no-repeat;}
#governance a  {width: 147px; background: url(/ans/images/misc/tn_governance.jpg) top left no-repeat;}
#citizenship a  {width: 147px; background: url(/ans/images/misc/tn_citizenship.jpg) top left no-repeat;}
#investors a  {width: 147px; background: url(/ans/images/misc/tn_investors.jpg) top left no-repeat;}
#media a  {width: 147px; background: url(/ans/images/misc/tn_media.jpg) top left no-repeat;}
#contact a  {width: 147px; background: url(/ans/images/misc/tn_contact.jpg) top left no-repeat;}

#topnav li a span {
visibility:hidden;
}

/* left navigation */

#leftnav ul {
list-style-type: none; 
margin:0;
padding:0;
}

#leftnav ul li {
display: block; 
margin: 0;
padding: 0;
}

/* inline navigation */

#content #inlinenav ul {
list-style-type: none; 
margin:0;
padding:0;
}

#inlinenav ul li {
float:left;
height:20px;
line-height:20px;
display:inline; 
background: url(/ans/images/bgs/dottedline_v.gif) bottom left repeat-y;
margin: 0;
padding: 0 20px;
}

#inlinenav ul li.first {
height:20px;
line-height:20px;
display:inline; 
background: none;
margin: 0;
padding: 0 20px 0 0;
}

