#navigation {
	margin: 13px 0 0 0;
	width: 176px;
	float: left;
}

.hide {display: none;}
.show {display: block;}

#navigation {
	width: 176px;
	float: left;
}
#memberships ul li {list-style-type: none;}

#navigation .main ul li {
	margin: 0 20px 0 20px;
	padding: 2px 0 2px 0px;
	color: #929292;
	list-style-image: url(../images/bullet_trans.gif);
	list-style-position: outside;
}
#navigation .main ul {padding: 9px 0 0 50px;}
#navigation ul li {list-style-type: none;}

#navigation .main ul li a {
	color: #929292;
	text-decoration: none;
	outline: none;
}
#navigation .main ul li a:hover {color: #FF0000;}
#navigation .main ul li a:focus {-moz-outline-style: none;}

/* main navigation */
.home, .about, .personal, .corporate, .faq, .press, .contact, .services, .careers, .investor_relations{
	width: 176px;
	font-size: 12px;
	padding: 0 0 3px 0;
}
.home a, .about a, .personal a, .corporate a, .faq a, .press a, .contact a , .services a, .careers a, .investor_relations a{
	width: 176px;
	height: 33px;
	display: block;
	background: url(../images/btn_bg.gif) no-repeat;
	color: #313131;
	text-decoration: none;
	outline: none; /*IE remove dashed border*/
}
.home a div, .about a div, .personal a div, .corporate a div, .faq a div, .press a div, .contact a div, .services a div, .careers a div, .investor_relations a div {
	padding: 9px 0 0 20px;
}
.home a:hover, .about a:hover, .personal a:hover, .corporate a:hover, .faq a:hover, .press a:hover, .careers a:hover, .contact a:hover, .services a:hover, .investor_relations a:hover {color: #FF0000;}
.home a:focus, .about a:focus, .personal a:focus, .corporate a:focus, .faq a:focus, .careers a:focus, .press a:focus, .contact a:focus, .services a:focus {-moz-outline-style: none; /*Moz remove dashed border*/}

/* main dropdowns */
#m_personal, #m_corporate, #m_careers {
	width: 176px;
	margin: 6px 0 4px 0px;
	font-size: 11px;
}
#m_personal li, #m_corporate li {
	width: 136px;
	height: 20px;
	list-style: none;
}
#m_personal a, #m_corporate a {
	width: 176px;
	height: 19px;
	display: block;
	background: url(../images/btn_bullet.gif) no-repeat 20px;
	color: #313131;
	text-decoration: none;
	outline: none; /*IE remove dashed border*/
}
#m_personal a div, #m_corporate a div, #m_careers a div {
	padding: 2px 0 0 40px;
}
#m_personal a:hover, #m_corporate a:hover, #m_careers a:hover {color: #FF0000;}
#m_personal a:focus, #m_corporate a:focus, #m_careers a:focus {-moz-outline-style: none; /*Moz remove dashed border*/}

/* active state when the page is open */
body#home div.home a, body#about div.about a, body#personal div.personal a, body#corporate div.corporate a,
body#faq div.faq a, body#press div.press a, body#contact div.contact a, body#careers div.careers a, body#investor_relations div.investor_relations a {
	color: #FF0000;
}

/* country intelligence navigations */
#country_nav {
	list-style-type: none;
	border: 1px solid #D8D6D6;
	height: 41px;
	width: 100%;
	background: url(../images/country_bg.gif) repeat-x;	
}
#country_nav li {
	float: left;
	width: auto;
	text-align: center;
}
#country_nav li a {
	font-size: 10px;
	width: auto;
	height: 41px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	float: left;
}
#country_nav li a div {padding: 8px 6px 0 6px;}
#country_nav li.seperator {
	background: url(../images/seperator.gif) no-repeat;
	width: 1px;
	height:41px;
	float: left;
}
#country_nav li.overview {border-left: 1px solid #FFFFFF;}
#country_nav li.overview a div {padding: 14px 6px 0 6px;}
#country_nav li.maps {border-right: 1px solid #FFFFFF;}
#subhedings  {
	color: #929292;
	text-decoration: none;
	outline: none;
}


