/* A few IE bug fixes */
		* {
	margin: 0;
	padding: 0;
}
* html ul ul li a {
	height: 100%;
}
* html ul li a {
	height: 100%;
}
* html ul ul li {
	margin-bottom: -1px;
}
body {
	/*padding-left: 10em;*/
	font-family: "Times New Roman";
}
#theMenu {
	width: 150px;
	height: 350px;
	margin: 10px 0;
	padding: 0;
}
/* Some list and link styling */
		ul li {
	width: 150px;
}
ul ul li {
	padding: 0;
	width: 150px;
	margin-bottom: 0;
}
ul ul li a {
	display:block;
	color: #42392d;
	padding: 3px 8px;
	font-size: small;
	text-decoration:none;
}
ul ul li a:hover {
	display:block;
	color: #42392d;
	background-color: #ebe5cf;
	padding: 3px 8px;
	font-size: small;

}
/* For the xtra menu */
ul ul ul li {
	border-left: none;
	border-bottom: 1px solid #bfb4a4;
	padding: 0;
	width: 140px;
	margin-bottom: 0;
	margin-left:4px;
}
ul ul ul li a {
	display:block;
	color: #42392d;
	padding: 3px 8px;
	font-size: small;
}
ul ul ul li a:hover {
	display:block;
	color: #42392d;
	background-color: #ebe5cf;
	padding: 3px 8px;
	font-size: small;
}
li {
	list-style-type: none;
}
h2 {
	margin-top: 1.5em;
	text-decoration:none;
}
/* Header links styling */
		h3.head a {
	color: #42392d;
	font-size:12px;
	display:block;
	border-top: 1px solid #bfb4a4;
	background: #ebe5cf url(down.gif) no-repeat;
	background-position: 98% 50%;
	padding: 3px 8px;
	text-decoration:none;
}
h3.head a:hover {
	color: #42392d;
	background: #ebe5cf url(down.gif) no-repeat;
	background-position: 98% 50%;
}
h3.selected a {
	background: #ebe5cf url(up.gif) no-repeat;
	background-position:98% 50%;
	color: #42392d;
	padding: 3px 8px;
	text-decoration:none;
}
h3.selected a:hover {
	background: #ebe5cf url(up.gif) no-repeat;
	background-position:98% 50%;
	color: #42392d;
}
/* Xtra Header links styling */
		h4.head a {
	color: #42392d;
	display:block;
	border-top: 1px solid #bfb4a4;
	background: #fff url(down.gif) no-repeat;
	background-position: 98% 50%;
	padding: 3px 8px;
	text-decoration:none;
}
h4.head a:hover {
	color: #42392d;
	background: #ebe5cf url(down.gif) no-repeat;
	background-position: 98% 50%;
}
h4.selected a {
	background: #fff url(up.gif) no-repeat;
	background-position:98% 50%;
	color: #42392d;
	padding: 3px 8px;
}
h4.selected a:hover {
	background: #ebe5cf url(up.gif) no-repeat;
	background-position:98% 50%;
	color: #42392d;
}