/***** second navigation *****/

ul#nav_2nd {
	background: transparent url(../images/navigation/nav2nd_bg.gif) top left repeat-x;
	font-size: 12px;
	height: 28px;
	list-style: none;	
	margin: 0;
	position: relative;
	width: 850px;
}
*+html ul#nav_2nd { /*IE 7*/
	margin-top: -4px;
}
* html ul#nav_2nd  {
    margin-top: -4px;
}

#nav_2nd li {
	background: transparent url(../images/navigation/bg_nav_2_li.gif) bottom right no-repeat;
	float: left;
	padding: 0 !important;
    text-transform: uppercase;
}
#nav_2nd li  a {
	color: #4e4e4e;
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	outline: none;
	overflow: hidden;
	padding: 0px 8px 0 8px; 
	text-decoration: none;
	text-transform: uppercase;
}

ul#nav_2nd {
    margin: 0;
    padding: 0;
}

* html #nav_2nd li a {
	padding-top: -2px;
}
#nav_2nd li a:hover {
	color: #000;
	text-decoration: none;
}
#nav_2nd li.current {
	background: transparent url(../images/navigation/bg_nav_active.gif) top right no-repeat    !important;
}
#nav_2nd li.current a:link, #nav_2nd li.current a:visited, #nav_2nd li.current a:hover, #nav_2nd li.current a:active {
	color: #010101;
	background: transparent url(../images/navigation/bg_nav_active_a.gif) top left no-repeat    !important;
}
#nav_2nd ul li.first a:link, #nav_2nd ul li.first a:visited, #nav_2nd ul li.first a:hover, #nav_2nd ul li.first a:active { 
	background-image: none !important;
	border-left: 1px solid #e7eaec;
	padding-left: 7px !important;
}
#nav_2nd li.right {
	padding: 0 0 0 7px !important;
}
#nav_2nd li.right a {
	background: transparent url(../images/navigation/2nd_special_icon.gif) 0 9px no-repeat !important;
	display: block;
	padding: 0 8px 0 14px !important;
	text-transform: inherit;
}
* html #nav_2nd li.right a {
	background-position: 0 10px !important;
}
#nav_2nd li.current_right a {
	background: transparent url(../images/navigation/2nd_special_icon.gif) 0 9px no-repeat !important;
	color: #010101;
}

.nav_3rd_visible {
	background: transparent url(../images/navigation/bg_when_3rd_nav_visible.gif) bottom left repeat-x  !important;
}



/** 3rd level navigation **/
#nav_3rd {
	background: transparent url(../images/navigation/3rd_bg_nav.gif) bottom left no-repeat;
	clear: both;
	display: block;
	float: right;
	font-size: 11px;
	margin: 0;
	width: 100%;
}
#nav_3rd li {
	background: transparent url(../images/navigation/bg_nav_3_li.gif) top right no-repeat;
	float: left;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav_3rd li.first a, #nav_3rd li.first a:visited {
	background-image: none;
}
#nav_3rd li a.nobg, #nav_3rd li a.nobg:visited, #nav_3rd li a.nobg:hover { 
	margin-right: -1px; 
}
#nav_3rd li a:link, #nav_3rd li a:visited, #nav_3rd li a:hover, #nav_3rd li a:active {
	color: #626262;
	display: block;
	overflow: hidden;
	padding: 4px 8px 6px 8px;
	text-decoration: none;
	outline: none;    
}
* html #nav_3rd li a:link, * html #nav_3rd li a:visited, * html #nav_3rd li a:hover, * html #nav_3rd li a:active {
	padding: 5px 8px 5px 8px;
}
#nav_3rd li a:hover {
	color: #000;
	text-decoration: none;
}
#nav_3rd li.current a:link, #nav_3rd li.current a:visited, #nav_3rd li.current a:hover, #nav_3rd li.current a:active {
	color: #000;
	display: block;
	overflow: hidden;
}

/** 4th level navigation **/
#nav_4th {
	border-top: 1px solid #dce1e0;
	font-weight: bold;
	margin: 5px 0 30px 0;
}
#nav_4th li {
	background: transparent url(../images/navigation/li_arrow.gif) 4px 9px no-repeat;
	border-bottom: 1px solid #dce1e0;
	font-size: 11px;
	height: 1%;
	list-style: none;
}
#nav_4th li:hover {
	background: #f8fafa url(../images/navigation/li_arrow_current.gif) 4px 9px no-repeat;
}
#nav_4th li a {
	color: #00709e;
	display: block;
	height: 1%;
	overflow: hidden;
	padding: 5px 11px 5px 15px;
	text-decoration: none;
	outline: none;    
}
#nav_4th li a:hover {
	color: #505050;
}
#nav_4th li.current a:link, #nav_4th li.current a:visited, #nav_4th li.current a:hover, #nav_4th li.current a:active {
	color:  #505050;
	display: block;
	overflow: hidden;
	padding: 5px 11px 5px 15px;
}
#nav_4th li ul {	
	margin: 0 0 0 5px;
	padding: 0 0 4px 10px;
}
#nav_4th li ul li {
	background: transparent url(../images/navigation/li_arrow.gif) 0 4px no-repeat;
	border: 0px none;
	list-style: none;
	padding: 0 0 2px 0;
}
#nav_4th li ul li a:link, #nav_4th li ul li a:visited, #nav_4th li ul li a:hover, #nav_4th li ul li a:active {
	color: #00709e;
	font-weight: normal;
	padding: 0px 11px 0px 10px;
}
#nav_4th li.current {
	background: #f8fafa url(../images/navigation/li_arrow_current.gif) 4px 9px no-repeat;
}
#nav_4th li.current ul li.current {
	background: transparent url(../images/navigation/li_arrow_current.gif) 0 4px no-repeat;
}
#nav_4th li.current ul li a:link, #nav_4th li.current ul li a:visited, #nav_4th li.current ul li a:hover, #nav_4th li.current ul li a:active {
	color: #00709e;
	padding: 0px 11px 0px 10px;
}
#nav_4th li.current ul li a:hover {
	color: #505050;
}
#nav_4th li.current ul li.current a:link, #nav_4th li.current ul li.current a:visited, #nav_4th li.current ul li.current a:hover, #nav_4th li.current ul li.current a:active {
	color: #505050;
	padding: 0px 11px 0px 10px;
}
