
A {
  text-decoration: none;
  color: #ffedd5;
  font-weight: bold;
}

A:hover {
  color: #000000;
  /*text-decoration: underline;*/
  font-weight: bold;
}

TABLE {
  font-family: Verdana, Arial, sans-serif;
  color: #000000;
  font-size: 10pt;
}

TD {
  color: #000000;
}

.text8  {
color: #000000;
font-family:	Verdana, Arial, Sans-Serif;
font-size:	8pt;
font-weight: normal;
}

.text8b  {
color: #000000;
font-family:	Verdana, Arial, Sans-Serif;
font-size:	8pt;
font-weight: bold;
}

H2 {
  color: #FFEDD5;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 16pt;
  font-weight: normal;
}

H3 {
  color: #FFEDD5;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 18pt;
  font-weight: normal;
}

BODY {
  font-family: Verdana, Arial, sans-serif;
  color: #000000;
  font-weight: normal;
  font-size: 10pt;
}

BASEFONT {
  font-family: Verdana, Arial, sans-serif;
  color: #000000;
  font-size: 10pt;
}

HR {
  size: 1;
  noshade: noshade;
  color: #937E62;
  width: 100%;
}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #ffedd5;						/*menu text colour*/
	background: #937e62; 				/*menu cell background  IE6 Bug */
	padding: 5px;							/*menu cell padding*/
	/*border: 2px solid #D2B48C;*/ 	/*menu cell border IE6 Bug */
	border-bottom: 2px solid #c4ac8c; /*menu cell bottom border
/* UnComment if You Want have Shadow
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
*/
        }

#nav li a:hover{ 				/*Theme Change here*/
background-color: #ffedd5;
}

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } 
li:hover ul ul, li.over ul ul {display: none;} 
ul ul li:hover ul, ul ul li.over ul {display: block;} 

ul {
	font: bold 8pt Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;  			/* Width of Menu Items */
	                   /*border-bottom: 1px solid #ccc;*/
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 159px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}
	
/* end of styles for flyout menu */	
