/*
 * date:	2002-10-14
 * info:	http://inspire.server101.com/js/m/
 */

/* BNL menu */
#BNL {
	font-size: .9em;
	font-weight: bold;
}
#BNL, #BNL ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#BNL ul {
	font-weight: normal;
}
#BNL li {
	border-bottom: 1px solid #333;
}
#BNL ul li {
	border-bottom: none;
}
#BNL a {
	display: block;
	margin: 0;
	padding: .0em;
	text-decoration: none;
}

/* menu parent */
#BNL li.m {
	position: relative;
	width: 7.5em;
}

/* submenu indicator */
#BNL li.m a {
	background: url() 100% 50% no-repeat;
}
#BNL li.m a:hover {
	background: #BBF url() 100% 50% no-repeat;
}
#BNL li.m ul a, #BNL li.m ul a:hover {
	background-image: none;
}

/* popup menus */
#BNL li.m ul {
	display: none;
	position: absolute;
	top: 0;
	left: 7.6em;
	width: 17.4em;
	border: 1px solid #333;
	background: #FFF;
}
/* width of popup menu */
#BNL li.m ul a {
	width: 17.4em;
}

/* =================================================================== */

/* ICL menu */
#ICL {
	font-size: .9em;
	font-weight: bold;
}
#ICL, #ICL ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#ICL ul {
	font-weight: normal;
}
#ICL li {
	border-bottom: 1px solid #333;
}
#ICL ul li {
	border-bottom: none;
}
#ICL a {
	display: block;
	margin: 0;
	padding: .0em;
	text-decoration: none;
}

/* menu parent */
#ICL li.m {
	position: relative;
	width: 7.5em;
}

/* submenu indicator */
#ICL li.m a {
	background: url() 100% 50% no-repeat;
}
#ICL li.m a:hover {
	background: #BBF url() 100% 50% no-repeat;
}
#ICL li.m ul a, #ICL li.m ul a:hover {
	background-image: none;
}

/* popup menus */
#ICL li.m ul {
	display: none;
	position: absolute;
	top: 0;
	left: 7.6em;
	width: 17.4em;
	border: 1px solid #333;
	background: #FFF;
}
/* width of popup menu */
#ICL li.m ul a {
	width: 17.4em;
}


