.rollover li a .rolloverLayer {display: none;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
.rollover li a:hover .rolloverLayer {display: block;
	margin: 0px;
	padding: 0px;
	}

.fibroids {
	list-style-type:none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}

.ufe {
	list-style-type:none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}

.treatment {
	list-style-type:none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}

.rolloverLayer
	{
	position: relative;
	margin: 0px;
	padding: 0px;
	}

.rolloverLayerVisible
	{
	position: absolute;
	padding: 10px 10px 20px 10px;
	left: -9px;
	top: -266px;
	height: 220px;
	width: 202px;
	background-image: url(/images/popup_layer.gif);
	filter:alpha(opacity=90);   /* Internet Explorer       */
	-moz-opacity:0.9;           /* Mozilla 1.6 and below   */
	opacity: 0.9;               /* newer Mozilla and CSS-3 */
	border: none;
	}
	
.rolloverLayertext
	{
	margin: 0px;
	padding: 0px;
	color: #000000;
	text-decoration: none;
	filter:alpha(opacity=99);   /* Internet Explorer       */
	-moz-opacity:0.99;           /* Mozilla 1.6 and below   */
	opacity: 0.99;               /* newer Mozilla and CSS-3 */
	}
	
.rolloverLayertext a
	{
	margin: 0px;
	padding: 0px;
	color: #cccccc;
	text-decoration: none;
	}
	
.rolloverLayertext a:hover
	{
	margin: 0px;
	padding: 0px;
	color: #cccccc;
	text-decoration: underline;
	}
	
.rolloverLayerlink
	{
	margin: 0px;
	padding: 0px;
	color: #e95706;
	text-decoration: none;
	font-weight: bold;
	filter:alpha(opacity=99);   /* Internet Explorer       */
	-moz-opacity:0.99;           /* Mozilla 1.6 and below   */
	opacity: 0.99;               /* newer Mozilla and CSS-3 */
	cursor:pointer;
	}