div.nav_header	{
	width: 950px;
	height: 110px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	z-index: 1000;
}

div.nav_footer	{
	width: 950px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

div.logo_header	{
	width: 100%;
	text-align: left;
}

div.top_header	{
	font-family: verdana;
	font-weight: regular;
	font-size: 10px;
	color: #505050;
	text-align: right;
	padding-bottom: 14px;
}

div.bottom_footer	{
	font-family: verdana;
	font-weight: regular;
	font-size: 10px;
	color: #505050;
	text-align: right;
}

div.nav_table	{
	height: 40px;
	behavior: url("/common/js/csshover3.htc");
}

.greyLinkA2	{
	font-family: verdana;
	font-weight: regular;
	font-size: 10px;
	color: #505050;
}

div.home_filler	{
	height: 40px;
	background-image: url(/common/images/en_header/home_back.jpg);
	text-align: center;
}

div.home_filler:hover {
	height: 40px;
	background-image: url(/common/images/en_header/home_hover_back.jpg);
}

div.nav_filler	{
	height: 40px;
	background-image: url(/common/images/en_header/nav1_background_repeater.jpg);
	text-align: center;
}

div.nav_filler_current	{
	height: 40px;
	background-image: url(/common/images/en_header/nav1_background_repeater_hover.jpg);
	text-align: center;
}

div.nav_filler:hover, div.nav_filler:focus{
	height: 40px;
	background-image: url(/common/images/en_header/nav1_background_repeater_hover.jpg);
}

a.nav_link:VISITED, a.nav_link:LINK, a.nav_link:ACTIVE	{
	font-family: verdana;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	position: relative;
	top: 9px;
}

a.nav_link:hover	{
	text-decoration: none;
}

#cssdropdown li.nav_filler	{
	float:left;
	margin-left:-1px;
	text-align:center;
	height: 40px;
	background-image: url(/common/images/en_header/nav1_background_repeater.jpg);}

#cssdropdown, #cssdropdown ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width: 100%;
	text-align: left;
}

#cssdropdown li.headlink ul {
	position: absolute;
	z-index: 1000;
	display:none;
	text-align:left;
	width: 280px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #c3c3c3;
	background-image: url(/common/images/en_header/dropdown_background_repeater.jpg);
}

#cssdropdown li.headlink:hover ul {
	display:block;
}

#cssdropdown li.headlink ul li {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #c3c3c3;
	width: 245px;
	background-image: url(/common/images/en_header/dropdown_background_repeater.jpg);
	font-family: verdana;
	font-weight: regular;
	font-size: 11px;
	color: #505050;
}

#cssdropdown li.headlink ul li.first {
	padding-left: 10px;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	width: 255px;
	color: #505050;
}

#cssdropdown li.headlink ul li.second {
	margin-top: 1px;
	border-top-style: solid;
	border-top-width: 1px;
}

#cssdropdown li.headlink ul li:hover {
	background: #e7eefe;
}

#cssdropdown li.headlink ul li a {
	font-family: verdana;
	font-weight: regular;
	font-size: 11px;
	color: #505050;

}

#cssdropdown li.headlink ul li a:hover {
	color: #365ebf;
}

#cssdropdown, #cssdropdown * {
	margin:0;
	padding:0;
}

#cssdropdown li.headlink {
	float:left;
}

li.headlink ul {
	display: none;
}

li.headlink:hover ul {
	display: block;
	position: absolute;
	border-color: #c3c3c3;
}