/*
 * 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: none;
}
#mx a:hover {
	color: #993300;
}

/* 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: -300px; /* Adjust this so the menu sits right */
	left: 0px;
	width: 20em; /* Width of the menu */
	border: 1px solid black; /* Menu border appearance */
	border-bottom-width: 0px;
	background: #FFFFFF; /* Popup background colour */
	text-align: left;
	z-index: 20;
}

#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: blue; /* Colour of the menu item text */
}

#mx li.m ul a:hover {
	color: #993300; /* 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: #FFFFFF;
	color: #00244D;
	font-weight: bold !important;
	padding: 2px 0px;
	text-indent: 4px;
	border-bottom: 1px solid black;
}

.baselinks { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #0000FF; font-weight: bold; }

.baselinks a:link {  font-family: Arial, Helvetica, sans-serif;  color: #0000FF; font-weight: normal; text-decoration: underline}
.baselinks a:visited {  font-family: Arial, Helvetica, sans-serif;  color: #0000FF; font-weight: normal; text-decoration: underline}
.baselinks a:hover {  font-family: Arial, Helvetica, sans-serif;  color: #993300; font-weight: normal; text-decoration: underline}
.baselinks a:active {  font-family: Arial, Helvetica, sans-serif;  color: #993300; font-weight: normal; text-decoration: underline}