ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 212px;/* Width of Menu Items */
	background-color:#FFF;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight:lighter;
	letter-spacing: -2px;
	
	}
	
ul li {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5D91A;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 30px;
	z-index:100000;
	}
	
li ul {
	position: absolute;
	left: 185px; /* Set 1px less than menu width */
	top: 0px;
	display: none;

	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #666;
	background-color:#FFF; /* IE6 Bug */
	padding: 5px;
	background-image: url(../web_media/images/list-off.gif);
	padding: 4px 0 0 30px;
	background-repeat: no-repeat;
	background-position: 3px 7px;
	}
	
/* 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;} /* The magic */


li a:link, #menu li a:visited {
	display: block;
	background-image: url(../web_media/images/list-off.gif);
	padding: 4px 0 0 30px;
	background-repeat: no-repeat;
	background-position: 3px 7px;

		}
		
	li a:hover {
	color: #666;
	padding: 4px 0 0 30px;
	background-image: url(../web_media/images/list-on.gif);
	background-position: 3px 7px;
	background-repeat: no-repeat;

		}
