@charset "utf-8";
/* CSS Document */
form {
	margin: 0px;
}
.clear {
	clear: both;
}

#foot div.escape a { color: #FFFFFF; }

.navi {
	width: 700px;
	margin: 0 auto;
}
.navi ul {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.navi ul li {
	float: left;
	text-align: center;
	margin: 0px 1px 1px 0;
	padding: 0px;
}

.submit_button, .navi ul li a div, .navi ul li a div.sel {
	text-decoration: none;
	color: #444;
	width: 70px;
	height: 21px;
	padding-top: 5px;
	font-weight: bold;
	text-align: center;
	background: url(images/buttons/set3.jpg) no-repeat;
	background-position: 0px 0px;
}
.submit_button:hover, .navi ul li a:hover div, .navi ul li a div.sel {
	cursor: pointer;
	color: #000;
	background-position: -70px 0px;
}

.navi ul li.small a div, .navi ul li.small a div.sel {
	text-decoration: none;
	color: #444;
	width: 55px;
	height: 21px;
	padding-top: 5px;
	font-weight: bold;
	text-align: center;
	background: url(images/buttons/set2.jpg) no-repeat;
	background-position: 0px 0px;
}
.navi ul li.small a:hover div, .navi ul li.small a div.sel {
	cursor: pointer;
	color: #000;
	background-position: -55px 0px;
}

.navi ul li.large a div, .navi ul li.large a div.sel {
	text-decoration: none;
	color: #444;
	width: 85px;
	height: 21px;
	padding-top: 5px;
	font-weight: bold;
	text-align: center;
	background: url(images/buttons/set1.jpg) no-repeat;
	background-position: 0px 0px;
}
.navi ul li.large a:hover div, .navi ul li.large a div.sel {
	cursor: pointer;
	color: #000;
	background-position: -85px 0px;
}

.navi ul li.xlarge a div, .navi ul li.xlarge a div.sel {
	text-decoration: none;
	color: #444;
	width: 110px;
	height: 21px;
	padding-top: 5px;
	font-weight: bold;
	text-align: center;
	background: url(images/buttons/set4.jpg) no-repeat;
	background-position: 0px 0px;
}
.navi ul li.xlarge a:hover div, .navi ul li.xlarge a div.sel {
	cursor: pointer;
	color: #000;
	background-position: -110px 0px;
}
