ul {
		margin: 0;
		padding: 0;
		list-style: none;
		
		}
	ul li {
		position: relative;
		}
		
	li ul {
		position: absolute;
		left: 184px;
		top: 0;
		display: none;
		}
		
	ul li a {

		font: 11px Verdana, Arial;
		color: #FFFFFF;
		font-weight: bold;
		background-image: url(../images/bullet.gif);
		background-repeat: no-repeat;
		background-position: left;

		display: block;
		padding: 5px;

		padding-left: 30px;
		width: 148px;

		}
		
	/* Fix IE. Hide from IE Mac \*/
	* html ul li { float: left; height: 1%; }
	* html ul li a { height: 1%; }
	/* End */

	ul {
		margin: 0;
		padding: 0;
		list-style: none;

		}

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