#meta_breadcrumb ul {
	list-style: none;
}
#meta_breadcrumb li {
	display: inline;
}

#page_footer ul {
	display: inline;
}
#page_footer li {
	display: inline;
}
#page_footer a {
	text-decoration: none;
	color: #000000;
}


/*** MAIN NAVIGATION ***/
/* style the outer div to give it width */
#page_navi_container {
	position: relative;
	height: 30px;
	width: 976px;
	padding: 0 6px 0 8px;
	margin: 0 auto;
	text-align: center;
	z-index: 100;
	background: transparent url(../gfx/page_bg.gif) repeat-y scroll left top;
}
#page_navi_container .container_content {
	background-color: #001844;
	height: 30px;
	margin: 0 auto;
}
/* remove all the bullets, borders and padding from the default list styling */
#page_navi_container ul {
	width: 960px; 
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	text-align: left;
}
#page_navi_container ul.level0 {
	text-align: center;
}
#page_navi_container ul ul {
	width: 160px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#page_navi_container li {
	float: left;
	width: 160px;
	position: relative;
}
/* style the links for the top level */
#page_navi_container a,
#page_navi_container a:visited {
	display:block;
	font-size:11px;
	text-decoration:none; 
	color: #ea9401;
	width: 160px; 
	background: transparent; 
	padding: 8px 0 7px 0;
	line-height: 1.2em;
	font-size: 12px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #page_navi_container a,
* html #page_navi_container a:visited {
	width: 160px;
	w\idth:160px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#page_navi_container ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 30px;
	left: 0; 
	width: 160px;
}
/* another hack for IE5.5 */
* html #page_navi_container ul ul {
	top:30px;
	t\op:30px;
}

/* position the third level flyout menu */
#page_navi_container ul ul ul{
	left: 160px; 
	top: 0;
	width: 160px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
#page_navi_container table {
	position:absolute;
	top:0;
	left:0;
}

/* style the second level links */
#page_navi_container ul ul a,
#page_navi_container ul ul a:visited {
	color: #001c4c;
	background-color: #ffffff;
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.75; opacity:0.80;
	font-size: 10px;
	padding: 6px 20px 7px 10px; 
	overflow: hidden;
	width: 130px
/* yet another hack for IE5.5 */
}
* html #page_navi_container ul ul a{
	width: 160px;
	w\idth: 130px;
}
*html #page_navi_container ul ul a,
*html #page_navi_container ul ul a:visited {
	filter: alpha(opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

/* style the top level hover */
#page_navi_container a:hover {
	background: #a5b2c9;
	background-image: url(../gfx/navi_level0_bg.gif);
	background-repeat: repeat-x;
}
#page_navi_container ul.level0 li:hover>a {
	background: #a5b2c9;
	background-image: url(../gfx/navi_level0_bg.gif);
	background-repeat: repeat-x;
}

/* no change in opacity in IE6 - menu items disappear */
#page_navi_container ul ul a:hover {
	color:#fff; 
	background-color: #a5b2c9;
}
#page_navi_container ul ul :hover > a {
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00; opacity:1;
}

/* make the second level visible when hover on first level list OR link */
#page_navi_container ul li:hover ul,
#page_navi_container ul a:hover ul{
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
#page_navi_container ul :hover ul ul{
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#page_navi_container ul :hover ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#page_navi_container ul :hover ul :hover ul{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
#page_navi_container ul :hover ul :hover ul :hover ul { 
	visibility:visible;
}




/* normal child element */
#page_navi_container ul.level0 ul li a,
#page_navi_container ul.level0 ul li:hover a,
#page_navi_container ul.level0 ul li a:hover {
	background-image: none;
	color: #001C4C; 
}
#page_navi_container ul.level0 ul li:hover a,
#page_navi_container ul.level0 ul li a:hover {
	color: #001C4C; 
}

/* display arrow, if element has children, disable it again for grand-children */
#page_navi_container ul ul li.has-childs a,
#page_navi_container ul ul li.has-childs li.has-childs a,
#page_navi_container ul ul li.has-childs li.has-childs li.has-childs a {
	background-image: url(../gfx/navi_arrow_dark.gif);
	background-repeat: no-repeat;
	background-position: 137px 8px;
}
#page_navi_container ul ul li.has-childs li a,
#page_navi_container ul ul li.has-childs li.has-childs li a {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 137px 8px;
}

/* reverse arrow */
#page_navi_container ul ul li.has-childs a:hover,
#page_navi_container ul ul li.has-childs li.has-childs a:hover,
#page_navi_container ul ul li.has-childs li.has-childs li.has-childs a:hover {
	background-color: #a5b2c9;
	color: #001C4C;
	background-image: url(../gfx/navi_arrow_light.gif);
	background-repeat: no-repeat;
	background-position: 137px 8px;
}
#page_navi_container ul.level0 ul li.has-childs:hover>a {
	background-color: #a5b2c9;
	color: #001C4C;
	background-image: url(../gfx/navi_arrow_light.gif);
	background-repeat: no-repeat;
	background-position: 137px 8px;
}
#page_navi_container ul ul li.has-childs li a:hover,
#page_navi_container ul ul li.has-childs li.has-childs li a:hover {
	background-image: none;
}
