ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 159px;
	position: relative;
	}
	
UL LI {
	POSITION: relative;
}
li ul {
	position: absolute;
	left: 159px;
	top: 0;
	display: none;
	}
	
ul li a {
	display: block;
	text-decoration: none;
	color: #000066;
	background: url(prosp.gif);
	text-indent: 50px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul {
	display: block;
}

LI.over UL {
	DISPLAY: block;
}
ul li ul li a{
	display: block;
	text-decoration: none;
	background: #6699cc;
	font-size: 14px;
	border-top: 0px groove #000000;
	border-right: 1px groove #000000;
	border-bottom: 0px groove;
	border-left: 1px groove;
	z-index: 100;
	text-indent: 6px;
	font-family: Arial, Helvetica, sans-serif;
	width: 205px;
	text-align: left;
}

A:hover {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
	background-color: #0066FF;
}
.menuHeader {
	color: #FF0000;
	background-image: url(mainmenu.gif);
	height: 24px;
}
#menuContact {
	color: #FF0000;
	background-image: url(contact.gif);
	height: 24px;
}
.menuLinks {

	color: #FF0000;
	background-image: url(Links.gif);
	height: 24px;
}
#bulletedList {
	list-style-type: disc;
}
li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
}
