A {
   text-decoration: none;
}

A:hover {
   text-decoration: underline;
}

.title {
   font-weight: bold;
   font-size: 16pt;
   text-decoration: underline;
}

.subtitle {
   font-weight: bold;
   font-size: 12pt;
}

.number {
   font-weight: bold;
   font-size: 12pt;
   color: #006699;
}

.menu {
   text-decoration: none;
   color: #FFFFFF;
   font-family:tahoma,arial,helvetica; 
   font-size:12px;
}

.table1 {
   z-index: -100;
}

.table2 {
   z-index: -200;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color: #618D6E;
}

#nav a {
	display: block;
	width: 10em;
   	text-decoration: none;
   	color: #FFFFFF; 
   	font-family:tahoma,arial,helvetica; 
   	font-size:12px;
	//border-bottom-width: medium;
	//border-bottom-style: solid;
	//border-bottom-color: #006699;
}

#nav li {
	float: left;
	width: 10em;
	background-color: #618D6E;
	padding: 5px;
	color: #FFFFFF;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	margin: -1em 0 0 10em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul ul {
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

li {
   font-family: arial, helvetica;
   font-size: 12px;
}
