/************* #globalNav styles - English **************/

table.globalNav
{
	text-align: center;
	padding: 0;
	margin: 0;
	height: 31px;
	width: 754px;
	cursor: pointer;
}
td.globalNavOn
{
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	height: 31px;
	background-color: #173D5A;
  cursor: pointer;
}
td.globalNavOff
{
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	height: 31px;
	background-color: #093678;
  cursor: pointer;
	background-image: url(menu_bg.gif);
}
td.homegrad
{	
	background-image: url(home_bottom_bg.gif);
}
td.roundCornerBL
{
	height: 5px;
	width:5px;
	background: transparent url(submenu_left.gif) no-repeat top left;
}
td.roundCornerBR
{
	height: 5px;
	width:5px;
	background: transparent url(submenu_right.gif) no-repeat top right;
}
td.roundCornerCenter
{
	height: 5px;
	width:5px;
	background: transparent url(submenu_right.gif) no-repeat top right;
}
.globalNavBack
{
	padding: 0;
	margin: 0;
	width: 100%;

}

.spacer
{
	padding: 0px 0px 0px 0px;
	width: 2px;
	background-color: White;
	margin: 0px;
}


.leftspacer
{
	padding: 0px;
	height: 1px;
	width: 150px;
	background: #497B97;
	margin: 0px;
}
.leftmenuspacer
{
	padding: 0px 0px 0px 0px;
	width: 2px;
	height: 2px;
	background-color: White;
	margin: 0px;
}
table.globalNavSubMenu
{
	padding: 0;
	margin: 0;
}
td.globalNavSubMenu
{
	background-color: #173D5A;
	padding: 5;
	color: #FFFFFF;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
  cursor: pointer;
}
td.globalNavSubMenuOn
{
	background-color: #497B97;
	padding: 5;
	color: #FFFFFF;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
  cursor: pointer;
}
td.globalNavSubMenuArrow
{
	background: url(arrow_icon.gif) 95% 50% no-repeat;
	background-color: #173D5A;
	padding: 5;
	color: #FFFFFF;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
  cursor: pointer;
}
td.globalNavSubMenuArrowOn
{
	background: url(arrow_icon.gif) 95% 50% no-repeat;
	background-color: #497B97;
	padding: 5;
	color: #FFFFFF;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
  cursor: pointer;
}
a.globalNav
{
	text-transform: uppercase;
	color: #FFFFFF;
	width: 93px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

a.globalNav:link
{
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

a.globalNav:visited
{
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

a.globalNav:hover
{
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}
#HeaderNav table.m
{
	padding:0 0 0 0;
	border-collapse:collapse;
	border-style:none;
	width:100%;
}
#HeaderNav td.sp
{
	background-color:White;
	width:100%;
	background-image:url(spacer.gif);
	height:1px;
}
#HeaderNav td.bl
{
	background-image:url(submenu_left.gif);
	height:5px;
}
#HeaderNav td.bc
{
	background-color:#173D5A;
	width:100%;
	background-image:url(spacer.gif);
	height:5px;
}
#HeaderNav td.br
{
	background-image:url(submenu_right.gif);
	background-position: right center;
	height:5px;
}	
