p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 20px
	
	
}
h1 {
	font-family: Tahoma;
	font-size: medium;
	
}
ul {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-bottom: 3px;	
}
 a {
 text-decoration: underline;
 color: #0099FF;
 }

 a:visited {
 text-decoration: underline;
 color: #ff0000;
 }

 a:active {
 text-decoration: underline;
 color: #ff0000;
 }

 a:hover {
 text-decoration: underline;
 color: #ff0000;
 }
  <style type="text/css">
<!--
.style9 {font-size: 12px}
.style10 {
	font-size: small;
	color: #0099FF;
}
.style13 {font-size: small; color: #000000; }
.style16 {color: #FFFFFF}
.style17 {font-size: 12px; color: #FFFFFF; }
.style18 {font-size: x-small}
.style19 {
	color: #000000;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;}
-->
</style>
body {
  margin: 0px;
  padding: 0px;
text-align: center;
background: #ffffff;

}

#containerDiv {
position: relative;
width: 800px;
margin-right: auto;
margin-left: auto;
text-align: left;
}

#header {
  background: #ffffff;
  width: 754px;

  
}
#leftcol {
  background: #ffffff;
  float: left;
  width: 240px;
  padding: 5px;

}
#leftcol2 {
  background: #ffffff;
  float: left;
  width: 15px;
   

}
#rightcolspacer {
  background: #ffffff;
  float: left;
  width: 15px;
}
#rightcol {
  background: #ffffff;
  float: left;
  width: 200px;

}
#content {
  background: #ffffff;
  float: left;
  width: 530px;
  padding: 1px;

}
#footer {
  background: #ffffff;
  clear: left;
  width: 754px;
   

}
.style3 {font-size: 10px}
.style2 {
	font-size: xx-small;
	color: #3399FF;
}
/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}





ul.dropdown li.rtl ul {
 top: 100%;
 right: 0;
 left: auto;
}

ul.dropdown li.rtl ul ul {
 top: 1px;
 right: 99%;
 left: auto;
}

ul.dropdown-vertical {
 width: 200px;
}

ul.dropdown-vertical ul {
 top: 1px;
 left: 99%;
}

ul.dropdown-vertical li {
 float: none;
}

ul.dropdown {
 
}

	ul.dropdown li {
	 padding: 7px 10px;
	 border-style: solid;
	 border-width: 1px 1px 1px 0;
	 border-color: #fff #d9d9d9 #d9d9d9;
	 background-color: #ffffff;
	 color: #000;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #eee;
	 color: #000;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #000; text-decoration: none; }
	ul.dropdown a:hover		{ color: #000; }
	ul.dropdown a:active	{ color: #ffa500; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 150px;
	 margin-top: 1px;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 padding-right: 20px;
 background-image: url(images/nav-arrow-down.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
 background-image: url(images/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
 background-image: url(images/nav-arrow-left.png);
 background-position: 0 50%;
}