/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	opacity: 1;
	background-attachment: scroll;
	/* [disabled]list-style-type: none; */
	/* [disabled]list-style-image: none; */
	margin: auto;
	padding: auto;
	text-align: center;
	font-weight: normal;
}
td a img {
	-webkit-transition: all 0s ease-in-out 0s;
	-o-transition: all 0s ease-in-out 0s;
	transition: all 0s ease-in-out 0s;
	margin-left: auto;
	margin-right: auto;
}
td a img:hover {
	-webkit-opacity: .75;
	opacity: 0.6;
}
.menu li {
	display: inline-block;
	list-style: none;
	text-align: center;
	visibility: visible;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.menu ul {
	display: inline-block;
	box-sizing: inherit;
	font-size: 14px;
	background-color: #FFFFFF;
	list-style: none inside;
	text-align: left;
	width: 270px;
	cursor: pointer;
	height: 20px;
}
.sub-menu {
	width: 270px;
	list-style: none;
	display: none;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-align: left;
	position: relative;
	visibility: collapse;
}
