/* ---- Navigation at the top of the page ---- */
#TopNav a, #TopNav a:visited, #TopNav a:active, #TopNav a:hover
{
	color:#00539B;
	float:right;
	font-size:11px;
	font-weight:bold;
	letter-spacing:0.1em;
	margin:0;
	text-decoration:none;
}

#TopNav a:hover
{
	color:#D89738;
}

#TopNav span
{
	float:right;
	padding:0 10px;
}

/* ---- Coding for Main navigation begins here ---- */

#MainNav
{
	border-bottom:1px solid #C5C5C5;
	border-top:1px solid #C5C5C5;
	width:621px;
	height:32px;
	position:relative;
	float:right;
	margin-top:9px;
	background: url(/en/images/structure/main-nav-buttons.gif);
	list-style-type:none;
}
#MainNav li {
  float: left;
}
#MainNav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 30px;
	background: url(/en/images/structure/main-nav-buttons.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
li#nav_inv a {
  left: 0;
  width: 155px;
  background-position: 0 0;
}
li#nav_scs a {
  left: 155px;
  width: 190px;
  background-position: -155px 0;
}
li#nav_res a {
  left: 345px;
  width: 149px;
  background-position: -345px 0;
}
li#nav_prt a {
  left: 494px;
  width: 126px;
  background-position: -494px 0;
}
/* ---- Main Nav Hover States ---- */

li#nav_inv a:hover {background-position: 0 -30px;}
li#nav_scs a:hover {background-position: -155px -30px;}
li#nav_res a:hover {background-position: -345px -30px;}
li#nav_prt a:hover {background-position: -494px -30px;}

/* ---- Main Nav On States ---- */

li#nav_inv a.on {background-position: 0 -30px;}
li#nav_scs a.on {background-position: -155px -30px;}
li#nav_res a.on {background-position: -345px -30px;}
li#nav_prt a.on {background-position: -494px -30px;}

/* ---- End Coding for Main Navigation ---- */

#footerNav a:link, #footerNav a:active, #footerNav a:visited
{
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

#footerNav a:hover
{
	color:#5E5E5E;
}

#subNav a, #subNav a:visited, #subNav a:active
{
	border-bottom:1px solid #A1B9D3;
	color:#00539B;
	display:block;
	font-weight:bold;
	padding:15px 20px;
	text-decoration:none;
	width:182px;
}

#subNav a:hover, #subNav a.current, #subNav a.current:active, #subNav a.current:visited
{
	color:#4F4F4F;
}