/* 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;
}
#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 {
	
	/*line-height:10pt;*/
}
#topnav UL LI A, UL#menumain LI A, UL#menumain LI A:visited {
	
	display:block; 
	padding:3px 7px 2px 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;
}
#topnav ul li:hover a, #topnav a.active {
 COLOR: #055ca4; 
 BACKGROUND-COLOR: #ebf6fa
}
/*FOR MOZILLA*/

#topnav ul li:hover ul {
    display:block !important;  
    position:absolute; 
	z-index:150;
    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:12em;
    font-weight:normal;
    padding: 0.1em 0.5em 0.1em 1.6em;
    border-bottom:1px solid #CCC;
    display:block; 
}

#topnav ul li#topnavact a {
	border:0;
	color:white;
	display:block;
	font-weight:bold;
	margin:0pt;
	margin-top:2px;
	padding:0pt 0.5em;
	text-decoration:none;
	vertical-align:middle;
}
#topnav ul li#topnavact a:hover {
	background-color: #1a478a;
}
/* End New Styles */

li#topnavact
{
 padding: 1px 7px 0px 7px;
 color: White;
 background-color: #1a478a;
 text-decoration: none;
 float: left; 
 height:16px; 
 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;
}

/* Support Navigation */

#snav {
left:500px;
position:absolute;
text-align:right;
top:53px;
width:390px;
}

.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;
  background-position: top;
  background-color: #FFF;	
}
#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: 170px;
}
#navcontainer ul.sublist a:hover {
	text-decoration: none;
	background-image: url(../images/subleftnav_over.gif);
}
#navcontainer a.active {
	color: White;
	background-image: url(../images/leftnav_act.gif);
  background-repeat:no-repeat;
  background-position: top;
  background-color: #cc0000;
}
#navcontainer a.active:hover {
	color: White;
	background-image: url(../images/leftnav_act.gif);
  background-repeat:no-repeat;
  background-position: top;
  background-color: #cc0000;
}
#navcontainer ul.sublist a.active {
	color: White;
	background-image: url(../images/subleftnav_act.gif);
  background-repeat:no-repeat;
  background-position: top;
  background-color: #cc0000;
}
#navcontainer ul.sublist a.active:hover {
	color: White;
	background-image: url(../images/subleftnav_act.gif);
  background-repeat:no-repeat;
  background-position: top;
  background-color: #cc0000;
}


/* 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;
}
