div.mainmenuBox {
  position: relative;
  z-index: 10;
}

div.mainmenu {
  width: 200px;
  position: absolute;
  top: 0;
  z-index: 10;
  left: 20px;
}


div.mainmenu/* Hide from IE5.0/Win */ {
	left: 0;
}

html>body div.mainmenu { /* Repeat for IE5/Mac */
  left: 0;
}


div.mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
	font-size: 12px;
	line-height: 15px;
	/* text-transform: uppercase; */
	letter-spacing: 1px;
	font-weight: bold;
}

div.mainmenu ul li {
	display: block;
	padding: 5px 10px;
	margin-bottom: 5px;
	border-width: 1px;
	border-style: solid;
	text-align: right;
	/* The color of the subject buttons -- if these are changed, they must also be changed in subjectlist.js  */
	border-color: #BBB;
	background-color: #D8E4F0;
	
}


/* Main button link colors */
div.mainmenu ul li a:link,
div.mainmenu ul li a:visited {
	text-decoration: none;
	color:#333333;
}

div.mainmenu ul li a:hover {
  color: black;
  text-decoration: underline;
}



div.contentBox {
  position: relative;
  margin: 0 0 0 199px;
	border-color: #B9AEB1;
	border-width: 1px;
	border-style: solid;
	
}

div.content {
  position: relative;
	padding-top: 10px;
	width: 100%;
}


/* Individual subject lists */
div.subjectListBox {
  position: relative;
}

div.subjectListBox h4 {display: none;}

div.subjectListBox2 ul { background-color: #E6EDE9;}

ul.subjectList {
	margin: 10px;
	padding: 0 1em;
	list-style: none;
	font-size: 12px;
	line-height: 14px;
	height: 25em; /* Minimum height */
}

ul.subjectList li {
  display: block;
  width: 48%;
  float: left;
}

ul.subjectList li a {
  padding: 5px 10px 8px 10px;
  margin: 0;
	border-color: #d9ccd0;
	border-width: 0 0 1px 0;
	border-style: solid;
	display: block;
/*	height: 2.5em;*/
}

ul.subjectList li a { text-decoration: none; }
ul.subjectList li a:hover { text-decoration: underline; }

/*
for business lists - 2 columns - by TN
*/
ul.subjectListB {
	margin: 10px;
	padding: 0 1em;
	list-style: none;
	font-size: 12px;
	line-height: 14px;
	float:left;
	height: 25em; /* Minimum height */
}

ul.subjectListB li {
  display: block;
  /*width: 40%;*/
}

ul.subjectListB li a {
  padding: 5px 10px 8px 10px;
  margin: 0;
	border-color: #d9ccd0;
	border-width: 0 0 1px 0;
	border-style: solid;
	display: block;
/*	height: 2.5em;*/
}

ul.subjectListB li a { text-decoration: none; }
ul.subjectListB li a:hover { text-decoration: underline; }



/*
end business lists
*/

/* Move the side menu beneath the main menu buttons */
div.sidemenu {
  position: absolute;
  top: 9em;
/* IE/Win gets the following value wrong */
  left: 38px;
}

html>body div.sidemenu {
/* For other browsers */
  left: 58px;
}


