/* Navigation */

/* Homebutton */
#home_leer
{
 position:absolute;
 left:0px;
 top:70px;
 /* width:170px; */
 width:995px;
 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 {
TOP: 70px; 
position: relative;
}






/* Support Navigation */

#snav {
left:366px;
position:absolute;
text-align:right;
top:53px;
width:442px;
}

.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;
}
/**html #navcontainer a {
	width: 170px;
}*/
#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;
}
*html #navcontainer ul.sublist a {
	width: 134px;
}
#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:#1A478A;
	line-height: 1.75em;
}

UL.sitemap LI A{
	color:white;
	font-weight: bold;
	margin-left:1em;
} 

UL.sitemap LI UL LI A{
	color:#06C;
	margin-left:2.18em;
} 
UL.sitemap LI UL LI UL LI A{
	font-weight: normal;
	margin-left:3.37em;
} 


ul.sitemap LI UL, ul.sitemap LI UL LI {
	background-color:white;
	margin:0px;
}

.sitemap a:hover {
	text-decoration:none;
}