.mydiv ul {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	width: 100%;
	border: 1px none #666;
	margin: 1px;
	padding: 1px;
	list-style-type: none;
	float: left;
	height: auto;
	display: block;
	text-align: center;
}
.mydiv {
	background-color: #FFF;
	filter:alpha(opacity=85);
	-moz-opacity:85;
	-khtml-opacity: 85;
	opacity: 85;
	border: 1px solid #999;
	display: block;
	margin: 5px;
	height: 100%;
	width: 990px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	background-image: url(images/index_brown_14.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.indexpage {
	width: 1000px;
	float:none;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/mybg.jpg);
}

.mydiv span {
	float: none;
	width: 200px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-color: #F60;
	color: #000;
	height: 30px;
	text-align: center;
	line-height: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.mydiv ul li {
	width: 164px;
	display: block;
	float: left;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
}
.mydiv ul li a {
	background-color: #FC0;
	height: 25px;
	width: 150px;
	display: block;
	margin: 2px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	border: 1px solid #F90;
}
.mydiv ul li a:hover {
	background-color: #FFD595;
	height: 25px;
	width: 148px;
	display: block;
	margin: 2px;
	font-size: 12px;
	color: #F30;
	text-decoration: none;
	border: 1px solid #000;
}
