/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   Menu Global Styling ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.nav {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
.nav UL, .nav LI {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
.nav LI A {
	text-decoration: none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   Main Navigation~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#navMain {
	margin-top: 17px;
	height: 45px;
}
#navMain LI {
	float: left;
	padding: 0 5px 0 0px;
	font-size: 12px;
}
#navMain LI.last {
	padding: 0;
}
#navMain LI.act {
	margin-top: 10px;
}
#navMain LI A {
	padding: 0 5px 0 7px;
	letter-spacing: 1px;
	/* prevent browsercalculation errors   border-left: 2px solid black;
	border-right: 2px solid black;
*/
}
#navMain LI.nofirst A {
	border-left: none;
	padding: 0 5px 0 0;
}
#navMain LI.act {
	background: url('/standard/images/pipe-e20006.gif') left 2px no-repeat;
}
#navMain LI.act A {
	background: url('/standard/images/pipe-e20006.gif') right 2px no-repeat;
	font-weight: bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   Language Navigation~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#navLang {
	margin-top: 1px;
	display: block;
	height: 10px;
	margin-bottom: 19px;
	width: 155px;
	text-align: center;
}
#navLang LI {
	font-size: 10px;
	line-height: 10px;
	/*float: left; */
	display: inline;
}
#navLang A {
	font-size: 10px;
	line-height: 10px;
	padding-right: 5px;
	background: url('/standard/images/pipe-ffffff.gif') right 3px no-repeat;
	margin-left: 5px;
}
#navLang .first A {
	margin-left: 0;
}
#navLang .last A {
	background: none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   Service Navigation~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#navService {
	display: block;
	height: 14px;
	margin-bottom: 31px;
/*65px*/
}
#navService LI {
	float: left;
	line-height: 14px;
}
#navService A {
	display: block;
}
#navService A {
	background-position: top center;
	font-size: 0;
	color: #A8ACAF;
	display: block;
	overflow: hidden;
	height: 14px;
	width: 14px;
	text-decoration: none;
	padding: 0 8px 0 8px;
}
#navService .first A {
	padding: 0;
	padding-left: 2px;
	padding-right: 2px;
	background-position: top left;
}
#navService .last A {
	padding: 0;
	padding-left: 2px;
	background-position: top right;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   Sub Navigation~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
DIV#navSub, UL#navSub {
	width: 162px;
	display: block;
}
#navSub LI {
	padding-left: 8px;
	line-height: 12px;
}
* HTML  #navSub LI {
	line-height: 14px;
}
#navSub LI A {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
#navSub LI.act {
	background: url('/standard/images/navSub-li-ico-act.gif') left 3px no-repeat;
}
#navSub LI LI.act {
	background: url('/standard/images/navSub-li-ico-act.gif') left 2px no-repeat;
}
#navSub LI.act A {
	font-weight: bold;
}
#navSub LI.no A {
	font-weight: normal;
}
#navSub LI LI A {
	background: none !important;
}
#navSub LI LI.no A {
	border: none;
}
#navSub LI.act UL {
	margin-top: 6px;
	margin-left: 0px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
#navSub LI {
	margin-bottom: 10px;
}
#navSub LI LI {
	margin-bottom: 0px;
	margin-top: 8px;
	font-size: 11px;
}
#navSub LI LI.first {
	margin-top: 12px;
}
#navSub LI LI.actlast, #navSub LI LI.last {
	margin-bottom: 10px;
}
#navSub LI LI {
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   Foot Navigation~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#navFoot {
	position: relative;
	left: 698px;
	width: 230px;
	top: -12px;
	text-align: center;
	
}
#navFoot LI {
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	display: inline;
	padding-right: 8px;
	background: url('/standard/images/pipe-ffffff.gif') right 3px no-repeat;
	margin-left: 8px;
}
#navFoot LI A {
	font-size: 10px;
}
#navFoot LI.first {
	margin: 0;
}
#navFoot LI.last {
	background: none;
	padding-right: 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   Sub Border Navigation~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#navBox {
	padding-top: 5px;
	padding-left: 20px;
	float: left;
}
#navBox LI {
	float: left;
	padding-right: 12px;
}
#navBox LI A {
	display: block;
	overflow: hidden;
	font-size: 0;
	text-decoration: none;
	color: black;
/* ie fix*/
	height: 11px;
	width: 11px;
	border: 1px solid white;
}
#navBox LI.act A {
	height: 12px;
	width: 12px;
	background: #E20006;
	color: #E20006;
/* ie fix*/
	border: 1px solid #E20006;
}
/* only text w. surrounding border */
#navBorder {
	float: left;
}
#navBorder LI {
	float: left;
	padding-right: 12px;
}
#navBorder LI A {
	padding: 2px 5px 2px 5px;
	font-size: 11px;
	border: 1px solid white;
}
#navBorder LI.act A {
	background: #E20006;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   Sitemap~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#navSitemap {
  	line-height: 175%;
}
#navSitemap .spc {
	display: none;
}
UL#navSitemap {
	margin: 0;
	padding: 0;
	margin-bottom: 1.4em;
}
#navSitemap UL {
	margin-bottom: 0.4em;
	border-bottom: none;
}
#navSitemap LI {
	list-style: none !important;
	background: none;
	text-transform: uppercase;
}
#navSitemap .lv2 LI {
	font-weight: normal;
	padding-bottom: 5px;
	padding-left: 20px;
	text-transform: none;
}
#navSitemap .lv3 LI {
	padding-left: 40px;
}
#navSitemap .lv4 LI {
	padding-left: 60px;
}
#navSitemap A:visited {
	/* color: #B2C0CE !important;
*/
}