﻿@charset "utf-8";

#global_nav
{
	padding: 0;
	margin: 0 30px; /*border-top:1px dotted #E37222;  medium orange */ /*border-bottom:1px dotted #E37222;  medium orange */
	border: 0px;
	height: 30px;
	line-height: 30px;
	background: transparent url(mainNav_Normal.gif) repeat-x center;
	clear: both;
	position: relative;
	z-index: 99;
}

#global_nav:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	clear: both;
}
#global_nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	z-index: 999;
}
#global_nav ul li
{
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 999;
}


#global_nav ul li.li1 { width: 37px; }
#global_nav ul li.li2 { width: 123px; }
#global_nav ul li.li3 { width: 234px; }
#global_nav ul li.li4 { width: 212px; }
#global_nav ul li.li5 { width: 203px; }
#global_nav ul li.li6 { width: 118px; }


#global_nav ul li a img.hidden_link_image
{
	/*make the link text transparent*/
	width: 36px;
	visibility: hidden;
	height: 30px;
}
#global_nav ul li a span.downarrow, #global_nav ul li a.last span.downarrow
{
	border: none;
	background: transparent url(downarrow.gif) no-repeat center center;
	height: 10px;
	width: 8px;
}
#global_nav ul li a.selectedLink span.downarrow, #global_nav ul li a.lastselectedLink span.downarrow
{
	border: none;
	background: transparent url(downarrow_selected.gif) no-repeat center center;
}
#global_nav ul li a.selectedLink:hover span.downarrow, #global_nav ul li a:hover span.downarrow, #global_nav ul li a.lastselectedLink:hover span.downarrow, #global_nav ul li a.last:hover span.downarrow
{
	border: none;
	color:#3892ab;
	background: transparent url(downarrow_selected.gif) no-repeat center center;
}
#global_nav ul li a span.downarrow span
{
	border: none;
	visibility: hidden; /*vertical-align:middle; 	padding:5px;*/
}

* html #global_nav ul li a span.downarrow span
{
	margin-top: 2px;
	height: 28px;
	vertical-align: middle;
}
#global_nav ul li a span.downarrow img
{
	border: none;
	visibility: hidden; /*vertical-align:middle; 	padding:5px;*/
}

* html #global_nav ul li a span.downarrow img
{
	margin-top: 2px;
	height: 28px;
	vertical-align: middle;
}
#global_nav ul li a.last
{
	color: #FFFFFF; /* white */
	font-weight: bold;
	font-size: 10pt;
	margin:0;
	padding: 0;
	text-decoration: none;
	background: transparent url(mainNav_Normal.gif) repeat-x center;
	border: 0;
}
* html #global_nav ul li a.last
{
	_padding: 0 35px 0 15px;
	_width:auto;
}
#global_nav ul li a.lastselectedLink
{
	color: #3892AB; /* medium blue */
	font-weight: bold;
	font-size: 10pt;
	margin: 0;
	background: transparent url(mainNav_Selected.gif) repeat-x center;
	text-decoration: none;
	border: 0;
}
#global_nav ul li a.HomeLink
{
	padding: 0;
	margin: 0;
	background: transparent url(home_Normal.gif) no-repeat center;
	border-right: 1px solid #d97e4a;
	width: 36px;
	height: 30px;
}
#global_nav ul li a.selectedHomeLink
{
	padding: 0;
	margin: 0;
	height: 30px;
	background: transparent url(home_Selected.gif) no-repeat center;
	border-right: 1px solid #d97e4a;
	width: 36px;
}

#global_nav ul li a.HomeLink:hover, #global_nav ul li a.selectedHomeLink:hover
{
	width: 36px;
	height: 30px;
	color:#3892ab;
	border-right: 1px solid #d97e4a;
	background: transparent url(home_Mouseover.gif) no-repeat center center;
}
#global_nav ul li a
{
	color: #FFFFFF; /* white */
	font-weight: bold;
	font-size: 10pt;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: transparent url(mainNav_Normal.gif) repeat-x center;
	border-right: 1px solid #d97e4a;
	text-align: center;
	display: block;
}
#global_nav ul li a.selectedLink
{
	color: #3892AB; /* medium blue */
	font-weight: bold;
	font-size: 10pt;
	padding: 0;
	margin: 0;
	background: transparent url(mainNav_Selected.gif) repeat-x center;
	text-decoration: none;
	border-right: 1px solid #d97e4a;
}
#global_nav ul li a:hover, #global_nav ul li a.selectedLink:hover
{	color:#3892ab;
	border-right: 1px solid #d97e4a;
	background: transparent url(mainNav_Mouseover.gif) repeat-x center;
}
#global_nav ul li a.last {
	border: none !important;
}
* html #global_nav ul li a.last,
* html #global_nav ul li a
{
	 font-size:9pt;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
	position: absolute;
	top: 30px;
	left: -9999px;
	right: auto !important;
	bottom: auto !important;
	border: 1px solid #cccccc;
	line-height: 18px;
	z-index: 999;
	background-color: #e9e9e9;
	visibility: hidden;
	display: block;
	text-align: left !important;
}

.dropmenudiv a
{
	width: 100%;
	display: block;
	clear: left;
	text-indent: 15px; 
	padding: 0 !important;
	margin: 0 !important; 
	text-decoration: none;
	font-size: 9pt;
	background: none !important;
	color: #005a8c !important;
	white-space: nowrap;
	font-weight: normal !important;
	border-top: 1px solid #f3f3f3 !important;	
	border-bottom: 1px solid #ddd;
	border-right:none !important;
	text-align: left !important;
}

.dropmenudiv a.strongLink
{
	font-weight: bold !important;
}

.dropmenudiv a:hover
{
	background-color: #3892AB !important;
	/*color: #666677 !important;*/
}
.dropmenudiv table
{
	z-index: 999;
	width:100%;
}

.eng #dropmenu0
{
	width: 690px;
}
.eng #dropmenu0 td
{
	width: 230px;
}
.eng #dropmenu1
{
	width: 300px;
}
.eng #dropmenu1 td
{
	width: 150px;
}
.eng #dropmenu2
{
	width: 230px;
}

td.tdodd
{
	background-color: #e9e9e9;
	padding: 0;
	min-width: 150px;
	z-index: 999;
	border-right: 1px solid #ccc !important;

}
td.tdodd a.moreLink
{
	background: #e9e9e9 url(plus_sign.gif) no-repeat 5% 50% !important;
	text-indent: 25px !important;
	border-bottom: 1px solid #ddd !important;
	border-top: 1px solid #f6f6f6 !important;
}
td.tdodd a.moreLink:hover
{
		background: #3892AB url(plus_sign.gif) no-repeat 5% 50% !important;

}

td.tdodd a
{
	border-bottom: 1px solid #ddd !important;
	border-top: 1px solid #f3f3f3 !important;
}
td.tdeven a.moreLink
{
	background: #f3f3f3 url(plus_sign2.gif) no-repeat 5% 50% !important;
	text-indent: 25px !important;
	border-bottom: 1px solid #e6e6e6 !important;
	border-top: 1px solid #ffffff !important;
}
 td.tdeven a.moreLink:hover
{	background: #3892AB url(plus_sign2.gif) no-repeat 5% 50% !important;

}
td.tdodd a.strongLink
{
	font-weight: bold;
	text-indent: 10px !important;
}
td.tdeven a.strongLink
{
	text-indent: 10px !important;
	font-weight: bold;
}
td.tdeven
{
	background-color: #f3f3f3;
	padding: 0;
	min-width: 150px;
	z-index: 999;
	border-right: 1px solid #ccc !important;

}
td.tdeven a
{
	border-bottom: 1px solid #e6e6e6 !important;
	border-top: 1px solid #ffffff !important;
}


