#homemainblock {
  position: absolute; 
  top: 117px;
  left: 12.5em;
}

#mainblock {
  position: absolute; 
  top: 120px;
  left: 12.5em;
}

#menu {
  position: absolute;
  top: 120px;
  width: 11.5em;
  background: #FFFFFF;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu a {
	display: block;
	padding: 0.4em 0.1em 0.4em 0.5em;
	font-size: 80%;
	text-decoration: none;
	font-weight: bold;
	margin: 0em 0em 0.2em 0.1em;
	color: #53037E;
	border-top-width: 2px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F9ECFF;
	border-bottom-color: #53037E;
	border-left-color: #53037E;
	background-color: #DDDDFF;
}

#menu ul ul a {
  background: #EFD3FE;
  margin-left: 0.2em;
}

#menu a:hover {
  color: #EEEEFF;
  background: #7404B3;
}

#menu li {
  position: relative;
}

#menu ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 16.5em;
  background: #EEEEFF;
}

#logo {
 position: absolute;
 top: 0;
}

#logo td {
  font-size: 1.2em;
  color: #7404B3;
}

#strap {
  position: absolute;
  top: 84px;
  width: 99%;
  height: 22px;
  padding: 0.4em 0.1em 0.4em 0.5em;
  font-size: 80%;  background: #DDDDFF;
}

#homeb {
  position: absolute;
  top: 86px;
  width: 11.5em;
  background: #DDDDFF;
}

#pagetitle {
  position: absolute;
  top: 90px;
  left: 13.0em;
  background: transparent;
  color: #4D0374;
  font-size: 100%;
  font-weight: bold;
}

#homeb a:hover {
  color: #EEEEFF;
  background: #7404B3;
}

#homeb a {
	display: block;
	padding: 0.3em 0.1em 0.3em 0.5em;
	font-size: 80%;
	text-decoration: none;
	font-weight: bold;
	margin: 0em 0em 0.2em 0.1em;
	background: #EFD3FE;
	color: #53037E;
	border-top-width: 2px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F9ECFF;
	border-bottom-color: #53037E;
	border-left-color: #53037E;
}

#menu .rootb {
  background: #EFD3FE;
} 