div#disease {
 width: 500px;
 margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	display: inline
}

ul#diseasemenu{
 font-size: 0.875em;
	margin-left: auto;
	margin-right: atuo;
	margin-bottom: 10px;
	/*height: 60px;*/
	width: 500px;
}
ul#diseasemenu li {
 float: left;
	list-style-type: none;
	width: 168px;
}
ul#diseasemenu li a	{
 display: block;
	line-height: 26px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
	background: url(../img2/disease/disease_menu1.gif) no-repeat right bottom;
	padding-left: 28px;
	margin: 1px;
}
ul#diseasemenu li a:hover	{
 background-color: #0000CC;
	background: url(../img2/disease/disease_menu2.gif) no-repeat right bottom;
	color: #FFCC00
}

div#disease h3{
 width: 500px;
 font-size: 1.2em;
	line-height: 30px;
	margin-top: 20px;
 margin-left: 40px;
	padding-left: 20px;
 background: url(../img2/disease/h3.gif) repeat-x;
	color: #0F918A;
	border: 1px solid #999999;
	clear: both;
}

div#disease table{
 width: 480px;
 margin: 10px auto;
	border: none;
	font-size: 0.8em
}
div#disease th{
 background: #CCCCCC;
 border-top: 1px solid #eeeeee;
 border-left: 1px solid #eeeeee;
 border-right: 1px solid #999999;
 border-bottom: 1px solid #999999;
	color: #000000;
	margin: 1px;
	padding: 4px 8px;
	width: 150px;
	text-align: left;
}
div#disease th#women{
 background: #FFCCFF;
 color: #990000;
	text-align: center;
	width: auto;
 border-top: none;
 border-left: none;
	border-right: none;
 border-bottom: 1px dotted #999999;
}
div#disease th#men{
 background: #CCFFFF;
 color: #000099;
	text-align: center;
	width: auto;
 border-top: none;
 border-left: none;
	border-right: none;
 border-bottom: 1px dotted #999999;
}
div#disease td{
 background: #FFFFFF;
	padding: 4px;
	text-align: left;
	border-bottom: 1px dotted #999999;
}
div#disease td.women{
 background: #FFCCFF;
	/*width: 150px;*/
 border-bottom: 1px dotted #999999;
}
div#disease td.men{
 background: #CCFFFF;
	/*width: 150px;*/
	border-right: none;
 border-bottom: 1px dotted #999999;
}
div#disease dl{
 font-size: 1.0em;
 margin-left: 5px;
}
div#disease dt{
 border-bottom: 1px solid #999999;
	padding: 4px;
}
div#disease dd{
 margin-bottom: 10px;
 margin-top: 3px;
	margin-left: 10px;
}

