html, body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
}

body {
  background-color:black;
  color:purple;
}

a {
  color:purple;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

#wrapper {
  position:relative;
  margin:0px auto 0px auto;
  width:745px;
  }

#header {
  position:absolute;
  top:10px;
  width:745px;
  height:150px;
  border:solid 1px black;
  padding:0px;
}

#title {
  position:relative;
  left:120px;
  top:50px;
  font-size:32px;
  padding:0px;
  font-weight: bold;
  }
  
#subtitle {
  position:relative;
  font-size:16px;
  line-height:20px;
  top:70px;
  left:320px;
  padding:0px;
  font-weight: bold;
}

#topmenu {
  position:absolute;
  top:160px;
  }

#main {
  position:absolute;
  top:192px;
  width:745px;
  height:500px;
  border:solid 1px black;
  padding:0px;
}

#maintext {
  position:relative;
  left:10px;
  width:430px;
  height:100%;
  padding:0px;
}

#footer {
  position:absolute;
  top:692px;
  left:0px;
  width:745px;
  height:40px;
  border:solid 1px black;
  padding:0px;
  text-align:center;
}

#footertext {
  position:relative;
  top:6px;
  width:100%;
}

.menu {width:745px; height:32px; position:relative; z-index:100;border-right:1px solid purple; font-family:arial, sans-serif;}
html .menu {width:746px; w\idth:745px;}
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
.menu li {float:left;width:149px;position:relative;}
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:black; width:138px; height:30px; border:1px solid black; border-width:1px 0 1px 1px; background:purple; padding-left:10px; line-height:29px; font-weight:bold;}
html .menu a, html .menu a:visited {width:149px; w\idth:138px;}

.menu ul ul a.drop, .menu ul ul a.drop:visited {background:gray url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
.menu ul ul a.drop:hover{background:gray url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:gray url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul ul a, .menu ul ul ul a:visited {background:gray;}
.menu ul ul ul a:hover {background:gray;}

.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
html .menu ul ul {top:30px;t\op:31px;}

.menu ul ul ul{left:149px; top:-1px; width:149px;}

.menu ul ul ul.left {left:-149px;}

.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

.menu ul ul a, .menu ul ul a:visited {background:gray; color:black; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}

html .menu ul ul a, html .menu ul ul a:visited {width:150px;w\idth:128px;}

.menu a:hover, .menu ul ul a:hover{color:gray; background:gray;}
.menu :hover > a, .menu ul ul :hover > a {color:black; background:gary;}

.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
.menu ul :hover ul ul{visibility:hidden;}
.menu ul :hover ul :hover ul{ visibility:visible;}
