ul{
	list-style:none;
	background-color:#ffcccc;
	text-align:center;
}
.sample1{
	border:solid 2px #ff6666;
	float:left;
}
.sample2{
	border:solid 2px #ff6666;
	float:left;
	white-space:nowrap;
	border-left:none;
}
a{
	display:block;
	background-color:#ffcccc;
	min-width:100px;
}
a:hover{
	color:#ff0000
}
.body{
	background-image:url(../images/blue5.jpeg); 		
}

/*IE6‘Î‰ž*/
* html ul{
	list-style:none;
	background-color:#ffcccc;
	text-align:center;
}
* html .sample1{
	border:solid 2px #ff6666;
	float:left;
}
* html .sample2{
	border:solid 2px #ff6666;
	float:left;
	white-space:nowrap;
	border-left:none;
}
* html a{
	display:block;
	background-color:#ffcccc;
	width:100px;
}
* html a:hover{
	color:#ff0000
}
* html .body{
	background-image:url(../images/blue5.jpeg); 		
}

/*IE7‘Î‰ž*/
*:first-child+html ul{
	list-style:none;
	background-color:#ffcccc;
	text-align:center;
}
*:first-child+html .sample1{
	border:solid 2px #ff6666;
	float:left;
}
*:first-child+html .sample2{
	border:solid 2px #ff6666;
	float:left;
	white-space:nowrap;
	border-left:none;
}
*:first-child+html a{
	display:block;
	background-color:#ffcccc;
	min-width:100px;
}
*:first-child+html a:hover{
	color:#ff0000
}
*:first-child+html .body{
	background-image:url(../images/blue5.jpeg); 		
}
