/* Navigation */ /* Homebutton */
#home_leer {
	position: absolute;
	left: 0px;
	top: 70px;
	width: 170px;
	height: 18px;
	background-color: #06c;
}

* html #home_leer {
	height: 19px;
}

#homebutton {
	position: absolute;
	left: 0px;
	top: 70px;
	width: 170px;
	height: 19px;
	background-color: #06c;
	font-weight: bold;
}

#homebutton ul {
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	color: White;
	float: left;
}

#homebutton ul li {
	display: inline;
}

#homebutton ul li a {
	color: White;
	font-weight: bold;
	text-decoration: none;
	float: left;
	padding-top: 1px;
	padding-left: 18px;
	padding-right: 119px;
	padding-bottom: 1px;
	border-bottom: 1px solid #fff;
}

* html #homebutton ul li a {
	padding-top: 0;
	padding-bottom: 2px;
}

#homebutton ul li a:hover {
	background-color: #EBF6FA;
	color: #055CA4;
}

/* Topnavigation */ /* New styles */
#topnav {
	FONT-WEIGHT: bold;
	LEFT: 171px;
	WIDTH: 825px;
	POSITION: absolute;
	TOP: 70px;
	height: 18px;
	line-height: 1.12em;
	margin: 0;
	padding: 0;
	BACKGROUND-COLOR: #06c;
	z-index: 160;
}

#topnav UL {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	COLOR: white;
	MARGIN: 0px;
	list-style: none;
	list-style-type: none;
	position: relative;
}

UL#menumain {
	display: block;
	list-style-type: none;
	height: 18px;
}

UL#menumain LI {
	margin: 0;
	float: left;
	position: relative;
}

#topnav UL LI A,UL#menumain LI A,UL#menumain LI A:visited {
	display: block;
	padding: 2px 7px 3px 7px;
	text-decoration: none;
	color: #FFF;
	border: none;
	border-right: 1px solid #FFF;
	vertical-align: middle;
	font-size: 100%;
	overflow: hidden;
	font-weight: bold;
	TEXT-DECORATION: none;
}

DIV#topnav UL#menumain {
	display: block;
}

UL#menumain LI UL {
	display: none;
	margin: 0;
}

/*add here new rules for any new color palette*/

#topnav ul li:hover a {
	color: #055ca4;
	background-color: #ebf6fa;
}

#topnav ul li.style_1:hover a {
	background-color: #EBF6FA;
}

#topnav ul li.style_2:hover a {
	background-color: #EDFBEC;
}

#topnav ul li.style_3:hover a {
	background-color: #FCF6DE;
}

#topnav ul li.style_4:hover a {
	background-color: #E8F2ED;
}

#topnav ul li.style_5:hover a {
	background-color: #F0F5E6;
}

#topnav ul li.style_6:hover a {
	background-color: #EAF8F5;
}

#topnav ul li.style_7:hover a {
	background-color: #FCF6DE;
}


#topnav ul li#topnavact:hover a { 
				background-color:#1a478a;
}
#topnav ul li#topnavact.style_1:hover a { 
				background-color:#1a478a;
}
#topnav ul li#topnavact.style_2:hover a { 
				background-color: #063;
}
#topnav ul li#topnavact.style_3:hover a { 
				background-color: #A03C00;
}
#topnav ul li#topnavact.style_4:hover a { 
				background-color:#14737D;
}
#topnav ul li#topnavact.style_5:hover a { 
				background-color: #69821E;
}
#topnav ul li#topnavact.style_6:hover a { 
				background-color: #28A382;
}
#topnav ul li#topnavact.style_7:hover a { 
				background-color:#DE560C;
}


/*
#topnav ul li#topnavact a:hover {
	background-color: #1a478a;
}

#topnav ul li.style_1#topnavact a:hover {
	background-color: #a03c00;
}

#topnav ul li.style_2#topnavact a:hover {
	background-color: #063;
}

#topnav ul li.style_3#topnavact a:hover {
	background-color: #14737d;
}*/

/*FOR MOZILLA*/
#topnav ul li:hover ul {
	display: block !important;
	position: absolute;
	z-index: 1501;
	font-weight: normal;
	top: 1.5em;
	left: 0;
	width: 14em;
}

#topnav ul li:hover ul li a:hover {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.6em;
}

#topnav ul li:hover ul li a {
	width: 11.6em;
	font-weight: normal;
	/*padding: 0.1em 0.5em 0.1em 1.6em;*/
	padding: 2px 10px 2px 1.5em;
	border-bottom: 1px solid #CCC;
	display: block;
}

#topnav ul li#topnavact a {
	border: 0;
	color: white;
	display: block;
	font-weight: bold;
	margin: 0pt;
	padding: 0pt 0.5em;
	text-decoration: none;
	vertical-align: middle;
}



/* End New Styles */
li#topnavact {
	padding: 2px 7px;
	color: White;
	background-color: #1a478a;
	text-decoration: none;
	float: left;
	height: 14px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #1a478a;
}

* html #topnavact {
	padding-top: 0;
}

#topnavrest {
	width: 100%;
	height: 18px;
	background-color: #06c;
	border-bottom: 1px solid #FFF;
}

* html #topnavrest {
	position: absolute;
	width: 489px;
	height: 19px;
}

#topnavrest ul {
	padding: 0;
	margin: 0;
	float: left;
}

#topnavrest ul li {
	display: inline;
}

#toplinie {
	background-color: #1a478a;
	position: absolute;
	top: 89px;
	left: 0;
	width: 996px;
	height: 3px;
	line-height: 1px;
}

/* Support Navigation */
#snav {
	left: 365px;
	position: absolute;
	text-align: right;
	top: 52px;
	height:15px;
	width: 442px;
}
#snav A, #snav SPAN{
	border:0px solid none;

}
.supportnav {
	font-size: 10px;
	color: #5A5A5A;
	text-decoration: none;
}

.supportnav:hover {
	color: #3C3C3C;
	text-decoration: none;
}

.pipe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

/* Leftnavigation */
#navcontainer {
	width: 174px;
	background: url(../images/leftnavshadow_right.gif) repeat-y 0 0;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li {
	margin: 0;
}

#navcontainer a {
	display: block;
	padding: 1px 18px;
	width: 134px;
	color: #06c;
	background-color: #EBF6FA;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

#navcontainer a:hover {
	text-decoration: none;
	background-image: url(../images/leftnav_over.gif);
	background-repeat: no-repeat;
}

#navcontainer ul ul li {
	margin: 0;
}

#navcontainer ul.sublist a {
	display: block;
	padding: 1px 5px 1px 30px;
	width: 135px;
	color: #06c;
	background-color: #EBF6FA;
	text-decoration: none;
}
#navcontainer ul.sublist ul a {
	padding: 1px 5px 1px 40px;
	width: 125px;
}
* html #navcontainer ul.sublist a.active {
	width: 134px;
}
* html #navcontainer ul.sublist ul a.active {
	width: 124px;
}
#navcontainer ul.sublist a:hover {
	text-decoration: none;
	background-image: url(../images/subleftnav_over.gif);
	background-repeat: no-repeat;
}

#navcontainer a.active {
	color: White;
	background-image: url(../images/leftnav_act.gif);
}

#navcontainer a.active:hover {
	color: White;
	background-image: url(../images/leftnav_act.gif);
	background-repeat: no-repeat;
}

#navcontainer ul.sublist a.active {
	color: White;
	background-image: url(../images/subleftnav_act.gif);
	background-repeat: no-repeat;
	background-color: #1A478A;
}

#navcontainer ul.sublist a.active:hover {
	color: White;
	background-image: url(../images/subleftnav_act.gif);
	background-repeat: no-repeat;
	background-color: #1A478A;
}

/* Sitemap */
UL.sitemap {
	LIST-STYLE-IMAGE: none;
	LIST-STYLE-TYPE: none;
	float: left;
	margin: 0 .5em;
	width: 19.5em;
}

UL.sitemap LI UL {
	LIST-STYLE-IMAGE: none;
	LIST-STYLE-TYPE: none;
	padding: 0px;
}

UL.sitemap LI {
	background-color: #FFF;
	line-height: 1.75em;
}

UL.sitemap LI A {
	color: white;
	font-weight: bold;
}

UL.sitemap LI A.title {
	color: white;
	font-weight: bold;
	padding-left: 1em;
	display:block;
	background:#1A478A;
}

UL.sitemap LI UL LI A {
	color: #06C;
	margin-left: 0px;
	padding-left:0px;
}

UL.sitemap LI UL LI UL LI A {
	font-weight: normal;
	margin-left: 0px;
	padding-left:0px;
}

ul.sitemap LI UL LI {
	padding-left:20px;
}

ul.sitemap LI UL,ul.sitemap LI UL LI {
	background-color: white;
	margin: 0px;
}

.sitemap a:hover {
	text-decoration: none;
}