#ResearchMenu {
  width: 640px;
  height: 520px;
  background: url(images/researchbg.png) no-repeat;
  /*padding-top: 100px;*/
  margin-left: auto;
  margin-right: auto;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  /*background-position: 0px 0px;*/
}

#ResearchMenu #Header{
	height: 80px;
	font-size:50px;
	padding-top: 25px;
	margin-left: 190px;
	color: black;
}

#ResearchMenu #Overview {
	width: 350px;
	height: 40px;
	margin-left: 225px;
	/*margin-right: auto;
	/*text-align: center;
	border: thin solid red;*/
	
}

#ResearchMenu #Overview ul{
	visibility: visible;
}

#ResearchMenu #Overview li a{
	font-size: 20px;
}

.SubmenuLeft {
	height: 105px;
	margin-left: 50px;
	margin-right: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	
	/*border: thin solid red;*/
}

.SubmenuRight {
	height: 105px;
	margin-left: 300px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	
	/*border: thin solid red;*/
}

#ResearchMenu ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 15px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	list-style-type:none;
	visibility:hidden;
	color:black;
	font-size:18px;
}

#ResearchMenu li {
	background-position: 0px 5px;
	background-repeat:no-repeat;
	background-image:none;
}

#ResearchMenu li a{
	color:black;
	font-size:18px;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 75px;
}



#ResearchMenu p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size:26px;
	color:#5A5C92;
}

#ResearchMenu .SubmenuLeft:hover p, #ResearchMenu .SubmenuRight:hover p, #ResearchMenu #Overview:hover p{
	color:#800000;
}

#ResearchMenu .SubmenuLeft:hover ul, #ResearchMenu .SubmenuRight:hover ul {
	visibility:visible;
}

#ResearchMenu .SubmenuLeft li:hover, #ResearchMenu .SubmenuRight li:hover, #ResearchMenu #Overview li:hover {
	/*list-style-image:url(images/bullet.png);*/
	background-image:url(images/bullet.png);
}


/* This rule invokes Peter Nederlof's whatever:hover file, which allows IE 5.5 and 6 to support the CSS hover attribute on things other than anchor tags
   More info about this file may be found at http://www.xs4all.nl/~peterned/csshover.html */
body {
	behavior: url(csshover.htc);
}

