/* Common */
#structure #header #nav-global-shortcut a,
#structure #header #nav-local-breadcrumbs a,
#structure #footer #sitefooter #nav-global-bottom a,
#structure #footer #nav-global-anchor a,
#structure #footer #sitefooter #siteinfo a{
	text-decoration: none;
	color: #595959;
}
#structure #header #nav-global-shortcut a:hover,
#structure #header #nav-local-breadcrumbs a:hover,
#structure #footer #sitefooter #nav-global-bottom a:hover,
#structure #footer #nav-global-anchor a:hover{
	text-decoration: underline;
	color: #E16126;
}
#structure #header #nav-global-shortcut span.active,
#structure #header #nav-local-breadcrumbs span.active,
#structure #service span.active,
#structure #footer #sitefooter #nav-global-bottom span.active{
	text-decoration: none;
	color: #E16126;
	cursor: default;
}
#structure #header #nav-local-breadcrumbs span.active:hover,
#structure #service span.active:hover,
#structure #footer #sitefooter #nav-global-bottom span.active:hover{
	color: #595959;
}

/* Shortcut */
#structure #header #nav-global-shortcut{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	font-weight: bold;
}
#structure #header #nav-global-shortcut ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#structure #header #nav-global-shortcut ul li{
	float: left;
	height: 47px;
	margin-left: 8px;
	padding-right: 10px;
	background-image: url(../images/navigation/nav-shortcut-inactive-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#structure #header #nav-global-shortcut ul li a{
	background-image: url(../images/navigation/nav-shortcut-inactive-left.gif);
	color: #000;
}
#structure #header #nav-global-shortcut ul li.active,
#structure #header #nav-global-shortcut ul li.parent{
	background-image: url(../images/navigation/nav-shortcut-active-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#structure #header #nav-global-shortcut ul li.active span.active,
#structure #header #nav-global-shortcut ul li a.parent{
	background-image: url(../images/navigation/nav-shortcut-active-left.gif);
	color: #FFF;
}
#structure #header #nav-global-shortcut ul li.active span.active,
#structure #header #nav-global-shortcut ul li a{
	float: left;
	height: 47px;
	display: block;
	padding-left: 10px;
	padding-top: 9px;
	background-repeat: no-repeat;
	background-position: left top;
}
#structure #header #nav-global-shortcut ul li a:hover{
	text-decoration: none;
}

/* Breadcrumbs */
#structure #header #nav-local-breadcrumbs{
	font-size: 0.70em;
	margin: 0px;
	padding: 0px;
}
	#structure #header #nav-local-breadcrumbs span.active{
		color: #595959;
	}

/* Service */
#structure #service{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.72em;
	font-style: italic;
}
#structure #service ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#structure #service ul li{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	padding: 0px;
}
#structure #service a,
#structure #service span.active{
	display: block;
	height: 46px;
	padding-left: 35px;
	padding-right: 0px;
	padding-top: 0px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/bullet/bullet-service.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
#structure #service a:hover{
	color: #000;
}
#structure #service span.active{
	color: #000;
	font-style: italic;
}
#structure #service a span.description,
#structure #service span.active span.description{
	font-size: 0.82em;
	padding-top: 2px;
	display: block;
}

/* Bottom */
#structure #footer #sitefooter #nav-global-bottom ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 0.70em;
}
#structure #footer #sitefooter #nav-global-bottom ul li{
	display: inline;
}
#structure #footer #sitefooter #nav-global-bottom a.parent{
	color: #E16126;
}

/* Anchor, See also */
#structure #footer #nav-global-anchor{
	font-size: 0.70em;
}
#structure #body .nav-local-anchor a,
#structure #body .nav-local-seealso a{
	text-decoration: none;
	color: #595959;
}
#structure #body .nav-local-anchor a:hover,
#structure #body .nav-local-seealso a:hover{
	color: #E16126;
}

/* Popup window */
#structure #body span.nav-local-popup{
	cursor: pointer;
	text-decoration: none;
	color: #0000EE;
}
#structure #body span.nav-local-popup:hover{
	text-decoration: underline;
	color: #E16126;
}

/* Site Info */
#structure #footer #sitefooter #siteinfo a:hover{
	color: #1380C3;
}
