@charset "utf-8";
/* CSS Document */


body {
	background-color: #ffffff;
	/* for pull-down menu to work in IE6*/
behavior:url("file:///D|/Users/Samir/Desktop/csshover2.htc");
	background-image: url(images_fibroids/backgroundPINK.jpg);
	background-repeat: repeat-x;

}

/* pull-down mainmenu css */
.mainmenu{
	width: 178px;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.mainmenu ul {
	float: none;
	width: 178px;
	list-style: none;
	line-height: 1;
	color:#333;
	padding: 0;
	border: 1px solid #CCC;
	margin: 0;
	background-color: #FFF;
	text-align: center;
}

.mainmenu a, .mainmenu a:visited {
	display: block;
	width: 178px;
	height: 25px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	text-decoration:underline;
	color: #333;
	padding: 1px;
	margin: 0;
	text-align: center;
}
.mainmenu li li a{padding:1em;text-indent:0;}
.mainmenu ul ul a{
    width: 178px;
	height: 25px;
	height:100%;
}
.mainmenu ul a{
    width: 178px;
	height: 25px;
}


.mainmenu li  {
	float: left;
	width: 178px;
	margin:0;
	padding:0;
	height: 25px;
}

.mainmenu ul li {float:left; position:relative; }
.mainmenu ul li  {width: 178px;	height: 25px;} /* !!!!! */
	
.mainmenu li ul {
	position: absolute;
	left: -999em;
	height: auto;
    width: 178px;
	background: #008080;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
	height: 25px;
}

.mainmenu li li {
    width: 178px;
	height: 25px;
}
.mainmenu li a{width: 180px; }
.mainmenu li li a{
    width: 178px;
	height: 25px;
}
.mainmenu a:hover{
	height: 25px;
	width: 178px;
	background-color: #F33;
}

