body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #999999;
	behavior: url(csshover.htc); /* call hover behaviour file */		
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-family: Tahoma, Verdana, Arial;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #0079C1;
}
h2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #0079C1;

}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0079C1;
	font-style: italic;

}
.smalltext {
	font-size: 9px;
	color: #0079C1;
}
a 
{
	color: #0079C1;
}
.divider {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;


}
.bulletLeft {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	text-align: justify;
	display: compact;
}
.inline {
	display: inline;
}
/* CSS Document */

#menu {
width: 238px; /* set width of menu */
margin: 0;
padding: 0;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
	font: bold 12px/30px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 0;
}

#menu a {
color: #FFFFFF;
background: #305499;
text-decoration: none;
}

#menu a:hover {
color: #FFFF99;
}
#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu 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,
div#menu ul li:hover ul
{
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{
	display: block;
}

[if IE]>
body {
	behavior: url(csshover.htc); /* call hover behaviour file */
	font-size: 100%; /* enable IE to resize em fonts */
} 
#menu ul li {
	float: left; /* cure IE5.x "whitespace in lists" problem */
	width: 100%;
}
#menu ul li a {
	height: 1%; /* make links honour display: block; properly */
} 

#menu a, #menu h2 {
	font: bold 0.8em/1.57em Verdana, Arial, Helvetica, sans-serif;
/* if required use em's for IE as it won't resize pixels */
} 
<![endif]  This ends the conditional comment 
.bodytext {
	font-size: 11px;
}
.bodytext {
	font-size: 11px;
}
