/*=======================================================

	Navigation

=======================================================*/

#top_bar {
  position: absolute;
  top: 3px;
  right: 10px;
  padding: 3px 1em;
  background:#003E5D;
  color: #000;
  font-size: 90%;
  line-height: 2em;
  height: 2em;
}
#nav_header {
background: #006599;
text-indent: -5000px;
margin: 0;
padding: 0;
height: 20px;
}
#nav_top {
  float: left;
  width: auto;
  margin: 0 1em;
}
#nav_top a {
  color: #fff;
  text-decoration: none;
  line-height: 2em;
}







#navigation {
	width: 150px;
padding-bottom: 150px;
background: url(nav_bottom.gif) no-repeat 100% 100%;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
background: #006599 
	}

#navigation ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #navigation ul {height: 1%;}
/* End hide from IE-mac */


#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#navigation li a,
#navigation li a:visited {
	display: block;
	text-decoration: none;
	padding: 0.25em 0.5em;
	color: #fff;
	margin: 0;
	border-bottom: 1px solid #fff;
	line-height: 1.2em;
	_height: 1.2em;
	}
#navigation li a:hover , 
#navigation  li a:hover.current {
	background-color: #fff;
	color: #006599;
}
#navigation li a.current, 
#navigation li a:visited.current,
#navigation  li a.current {
	background-color: #fff;
	color: #006599;
	}



#navigation ul {
	background: #006599;
}
#navigation ul ul {
	background-color: #51569f;
	font-size: 90%;
	margin-left: 0.5em;
}
#navigation ul ul ul {
	background-color: #3d428f;
}


#navigation ul ul li a,
#navigation ul ul li a:visited {
	margin-left: 0.5em;
	border: 0;
	color: #fff;
	
	}
#navigation ul ul li a.current, 
#navigation ul ul li a:visited.current ,
#navigation  ul ul li a.current {
	border: 0;
}
#navigation ul ul li a:hover , 
#navigation  ul ul li a:hover.current {
	border: 0;
	color: #006599;
	background-color: #fff;
}

#navigation ul ul ul li a,
#navigation ul ul ul li a:visited {
	margin-left: 1em;
	border: 0;
	color: #fff;
	}


