.para {
  font-family:Arial; font-size:10pt; font-weight:normal;
  font-style:normal; text-decoration:none; color:#000000;
}

.para a, .para a:link, .para a:active, .para a:hover, .para a:visited {
  font-family:Arial; font-size:10pt; font-weight:normal;
  font-style:normal; text-decoration:underline; color:#CD3301;
}


.para-small {
  font-family:Arial; font-size:9pt; font-weight:normal;
  font-style:normal; text-decoration:none; color:#000000;
}


h1 {
  font-family:Arial; font-size:20pt; font-weight:normal;
  font-style:normal; text-decoration:none; color:#000000;
}
h2 {
  font-family:Arial; font-size:16pt; font-weight:normal;
  font-style:normal; text-decoration:none; color:#000000;
}
h3 {
  font-family:Arial; font-size:14pt; font-weight:normal;
  font-style:normal; text-decoration:none; color:#000000;
}








#menu {
  width: 12em; /* set width of menu */
  background: #eee; font: bold 16px arial, helvetica, sans-serif;
  border: solid 1px #000;
} 

#menu li {
  list-style-type: none; border: solid 0px #000;
}

#menu ul { /* remove bullets and list indents */
  list-style: none; margin: 0; padding: 0;
  border: solid 0px #000;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
  display: block; border: solid 1px #000;
  margin: 0; padding: 2px 3px;
}

#menu h2 {
  color: #fff; background: #000; text-transform: uppercase;
}

#menu a {
  color: #0A51A1; background: #FFF; text-decoration: none;
}

#menu a:hover {
  color: #FFF; background: #0A51A1;
}

#menu li {
  /* make the list elements a containing block for the nested lists */
  position: relative;
} 

#menu ul ul ul {
  position: absolute; top: 0;
  left: 100%; /* to position them to the right of their containing block */
  width: 100%; /* width is based on the containing block */
}

div#menu ul ul ul, div#menu ul ul li:hover ul ul {
  display: none;
}

div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
  display: block;
}

<!--[if IE]>
#menu ul li {
  float: left; width: 100%;
}
<![endif]-->

<!--[if lt IE 8]>
body {
  behavior: url("Portals/1/csshover.htc"); font-size: 100%;
} 
#menu ul li {
  float: left; width: 100%;
}
#menu ul li a {
  height: 1%;
}

#menu a, #menu h2 {
  font: bold 0.7em/1.4em arial, helvetica, sans-serif;
} 
<![endif]-->
