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

#page_footer ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#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 {
	font: 12px Verdana, sans-serif;
	position: relative;
	background-color: #5c3d9e;
	height: 30px;
	width: 976px;
	margin-left: 10px;
	z-index: 100;
}
#page_navi_container .level1 {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 10px;
	float: left;
}
/* remove all the bullets, borders and padding from the default list styling */
#page_navi_container ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: left;
}
#page_navi_container ul ul {
	width: 190px;
}
/* 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: auto;
	position: relative;
	list-style: none;
	padding: 0;
}
/* style the links for the top level */
/* margin-bottom was added to make sure that its possible to rollover items on second level */
#page_navi_container a,
#page_navi_container a:visited {
	display: block;
	font-size: 11px;
	text-decoration: none; 
	color: #ffffff;
	background: transparent; 
	padding: 0 0 0 25px;
	font-weight: bold;
	margin-bottom: 1px;
}
/*add a border for ie6 */
*html #page_navi_container a {
	border-right: 1px solid #5c3d9e;
}
#page_navi_container a .bg {
	display: block;
	padding: 9px 25px 7px 0;
}
*html #page_navi_container a .bg,
*html #page_navi_container a:visited .bg {
	padding-bottom: 8px;
	padding-right: 24px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#page_navi_container ul ul {
	visibility: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	height: 0;
	top: 30px;
	left: 0; 
	width: 190px;
}
/* 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: 190px; 
	top: 0;
	width: 190px;
}

/* 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;
	border: 0;
	padding: 0;
	margin: 0;
}
#page_navi_container table td {
	border: 0;
	padding: 0;
	margin: 0;
}

/* style the second level links */
#page_navi_container ul ul a,
#page_navi_container ul ul a:visited {
	color: #000000;
	background-color: #ffffff;
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.75; opacity:0.80;
	font-size: 12px;
	padding: 6px 20px 6px 10px;
	margin-bottom: 0; 
	overflow: hidden;
	width: 160px
/* yet another hack for IE5.5 */
}
* html #page_navi_container ul ul a{
	width: 190px;
	w\idth: 160px;
}
*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,
#page_navi_container li.current a,
#page_navi_container li.active a {
	background: #5c3d9e;
	background-image: url('../gfx/navi_bg_left.gif');
	background-repeat: no-repeat;
}
*html #page_navi_container li.current,
*html #page_navi_container li.active {
	background-image: url('../gfx/navi_bg_left.gif');
	background-repeat: no-repeat;
}
/* add a border for ie6 */
*html #page_navi_container a:hover,
*html #page_navi_container li.current a,
*html #page_navi_container li.active a {
	border-right: 1px solid #3d2969;
}
/* remove it again on next level */
*html #page_navi_container ul ul a,
*html #page_navi_container ul ul a:hover,
*html #page_navi_container ul ul li.current a,
*html #page_navi_container ul li.current li a,
*html #page_navi_container ul ul li.active a,
*html #page_navi_container ul li.active li a {
	border-right: 0;
}
#page_navi_container a:hover .bg,
#page_navi_container .current a .bg,
#page_navi_container .active a .bg {
	background-image: url('../gfx/navi_bg_right.gif');
	background-repeat: no-repeat;
	background-position: right;
}
/* make the hover state persist on roll over child elements */
#page_navi_container ul.level0 li:hover>a {
	background: #5c3d9e;
	background-image: url('../gfx/navi_bg_left.gif');
	background-repeat: no-repeat;
}
#page_navi_container ul.level0 li:hover>a .bg {
	background-image: url('../gfx/navi_bg_right.gif');
	background-repeat: no-repeat;
	background-position: right;
}

/* no change in opacity in IE6 - menu items disappear */
#page_navi_container ul ul a:hover {
	color: #000000; 
	background-color: #ffffff;
}
#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;
	background-color: #ffffff;
	color: #000000; 
}
#page_navi_container ul.level0 ul li a:hover {
	background-color: #a6ced8;
}
#page_navi_container ul.level0 ul li:hover a,
#page_navi_container ul.level0 ul li a:hover {
	color: #000000; 
}

/* 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_uni.gif);
	background-repeat: no-repeat;
	background-position: 167px 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-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 167px 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: #a6ced8;
	color: #000000;
	background-image: url(../gfx/navi_arrow_uni.gif);
	background-repeat: no-repeat;
	background-position: 167px 8px;
}
#page_navi_container ul.level0 ul li.has-childs:hover>a {
	background-color: #a6ced8;
	color: #000000;
	background-image: url(../gfx/navi_arrow_uni.gif);
	background-repeat: no-repeat;
	background-position: 167px 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;
}
