/*
 * date:	2002-10-14
 * info:	http://inspire.server101.com/js/m/
 */

/* menu */
#mx {
	font-weight: normal;
}
#mx, #mx ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#mx ul {
	font-weight: normal;
}
#mx li {
}
#mx ul li {
	border-bottom: none;
}
#mx a {
	display: block;
	margin: 0;
	padding: .2em;
	text-decoration: underline;
}
#mx a:hover {
	color: black;
}

/* menu parent */
#mx li.m {
	position: relative;
}

/* This section controls the look of the pop-up menu */
#mx li.m ul {
	display: none;
	position: absolute;
	top: -150px; /* Adjust this so the menu sits right */
	left: 0px;
	width: 25em; /* Width of the menu */
	border: 1px solid black; /* Menu border appearance */
	border-bottom-width: 0px;
	background: #CCCC00; /* Popup background colour */
}

#mx li.m ul li {
	display: inline;
	width: 99.99%;
}

/* This section controls the appearance of individual menu items */
#mx li.m ul a {
	border-bottom: 1px solid black; /* Menu item border appearance */
	text-indent: 4px;
	color: black; /* Colour of the menu item text */
}

#mx li.m ul a:hover {
	color: #cc0000; /* Colour of the menu item text when the mouse is over it */
}

/* This section controls the appearance of section headers */
#mx li.m ul li.section {
	display: block;
	background-color: black;
	color: white;
	font-weight: bold !important;
	padding: 2px 0px;
	text-indent: 4px;
}
.baselink {
	FONT-SIZE: 10px; COLOR: #333333; FONT-FAMILY: Trebuchet MS, Trebuchet, Verdana, Arial;}