/**************** menu coding *****************/
/* http://www.tanfa.co.uk/css/examples/menu/hs7.asp */
/* + file css/csshover.htc !! */
/* + Aanpssen mime type in Apache!! */
#menu_top h2{
	color: transparent;
	font-size: 0px;
 	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	background-color: #FFFFFF;
}

#menu_top {
	width: 100%;
	cursor: pointer;
	float: left;
	height:70px;
}

/* 
  For this to work on IE 6.0 a  width: 1px;  is needed.
  This gets added in the header of the page.
*/
#menu_top ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	float: left;
	
}


#menu_top a {
	text-align: left;
	display: block;
	width: 139px;
	padding-top: 2px;
	padding-bottom: 3px;
	border-bottom: 1px solid #d7d7d7;
	line-height: 14px;
	color: black;
	text-decoration: none;
	cursor: pointer;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
	font-weight: bold;
}


#menu_top a:hover {
	text-align: left;
	display: block;
	width: 139px;
	padding-top: 2px;
	padding-bottom: 3px;
	border-bottom: 1px solid #d7d7d7;
	line-height: 14px;
	color: black;
	text-decoration: none;
	cursor: pointer;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
	background-color: #d7d7d7;
	font-weight: bold;
}



#menu_top li { position: relative; list-style: none; z-index: 501; }

#menu_top ul ul {
	position: absolute;
	z-index: 500;
}


#menu_top ul ul ul {
	position: absolute;
	top: 0px;
	left: 100%;
}



div#menu_top ul ul,
div#menu_top ul li:hover ul ul,
div#menu_top ul ul li:hover ul ul
{display: none;}



div#menu_top ul li:hover ul,
div#menu_top ul ul li:hover ul,
div#menu_top ul ul ul li:hover ul
{display: block;}





/*
.menu_top_parent_selected {
  background: #283c4b;
  border: 1px solid #283c4b;
}
*/

.menu_top_parent {
  height: 70px;
  display: block;
}


.menu_top_parent ul {
  display: block;
}


.menu_top_parent_1 ul {
  margin-bottom: 250px;
}


.menu_top_parent_1 {
  margin: 0px 0px 0px 15px;
  padding: 0px 0px 0px 0px;
}

/*
.menu_top_parent_1_selected {
  background: url(/file?fle=7);
}
*/

.menu_top_child {
}

#menu_top ul li ul {
  background-color: #FFFFFF;
  background-image: url("/file?fle=37");
  width: 155px;
  background-position: bottom left;
  padding-bottom: 15px;
/* background-repeat: no-repeat; */
	
}

/*
.menu_top_child_5 {
  background: #FF00FF;
  border-bottom: 1px solid #ffffff;
}

*/

#menu_top .menu_top_child_selected a {
	color: white;
  background: #22b622;
  color: White;
  background-image: url(/file?fle=38);
  background-position: top right;
  background-repeat: no-repeat;
}


.im_quicklinks_div {
  text-align: center;
}


/*
menu_top_parent menu_top_parent_1 menu_top_parent_selected h2{
	display: block;
	height: 70px;
	width: 86px;
	background-image: url(/file?fle=7);
	background-position: top left;
	background-repeat: no-repeat;
}
*/