﻿/* 
Top Navigation - styles for a horizontal list navigation with image backgrounds inside a container with class="TopNav" 
NOTE - When I refer to "active" states in the classes or on links, I am not referring to the pseudo class a:active, but rather to the visual state of the links when you are in that link's directory or on its page, to which we assign class="active"
*/

/* Set general properties for the container holding the navigation */
.TopNav {
	float: left;
	width: 955px;
	height: 21px;
	background: url(../Images/bg_TopNav.gif) repeat-x 0 0;
	/* See individual site style sheets for the bottom border color */
}

/* Set properties for the L2 List */
.TopNav ul {
	margin-left: 115px;
	height: 21px;
	border-left: 1px solid #677a86;
}

/* Set properties for the List Items in the L2 List */
.TopNav li {
	display: inline;
	height: 21px;
}

/* Set properties for the normal state of the Links in the L2 List */
.TopNav a {
	display: block;
	float: left;
	width: 119px;
	height: 21px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #677a86;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.TopNav li.NavLast a {
	border-right: none;
}

/* Set properties for the hover state of the Links in the L2 List */
.TopNav a:hover {
	background-color: #383d40;
	background-position: 0 -21px;
}

/* Set properties for the norma and hover states of the active Links in the L2 List */
.TopNav a.active, .TopNav a.active:hover {
	background-color: #383d40;
	background-position: 0 -21px;
}

.TopNav a span {
	display: none;
}

/* Set the background images for each link */
li.TopNav_AboutUs a {
	background-image: url(../Images/TopNav_AboutUs_en.gif);
}

li.TopNav_AboutUs2 a {
	background-image: url(../Images/TopNav_AboutUs_en.gif);
}

li.TopNav_ContactUs a {
	background-image: url(../Images/TopNav_ContactUs_en.gif);
}

li.TopNav_ForInvestees a {
	background-image: url(../Images/TopNav_ForInvestees_en.gif);
}

li.TopNav_ForInvestors a {
	background-image: url(../Images/TopNav_ForInvestors_en.gif);
}

li.TopNav_InvestmentPortfolio a {
	background-image: url(../Images/TopNav_InvestmentPortfolio_en.gif);
}

li.TopNav_InvestmentProducts a {
	background-image: url(../Images/TopNav_InvestmentProducts_en.gif);
}

li.TopNav_InvestorLogIn a {
	background-image: url(../Images/TopNav_InvestorLogin_en.gif);
}

li.TopNav_Language a {
	background-image: url(../Images/TopNav_Language_en.gif);
}

li.TopNav_News a {
	background-image: url(../Images/TopNav_News_en.gif);
}

li.TopNav_Team a {
	background-image: url(../Images/TopNav_Team_en.gif);
}