@charset "utf-8";
#aboutCourse .site{
	background-image: url(site.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#aboutCourse .site:hover {
	background-image: url(site.jpg);
	background-repeat: no-repeat;
	background-position: 0px -200px;
}
#aboutCourse .port{
	background: url(port.jpg) no-repeat top;
}
#aboutCourse .port:hover {
	background-image: url(port.jpg);
	background-repeat: no-repeat;
	background-position: 0px -200px;
}



/* CSS Document */

#content #aboutCourse ul {
	list-style: none;
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
#content #aboutCourse ul li {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	text-align: center;
}
#content #aboutCourse ul li a {
	font-size: 16px;
	color: #FFF;
	display: block;
	background: no-repeat center center;
}
#content #aboutCourse ul li a:hover {
	color: #FFF;
	text-decoration: none;
}


#content #aboutCourse ul li:hover {
	cursor: pointer;
}
#content #aboutCourse ul li a, #content #aboutCourseul li {
	height: 200px;
	width: 200px;
}
#content #aboutCourse ul li.site a, #content #aboutCourse ul li.site, #content #aboutCourse ul li.port a, #content #aboutCourse ul li.port {
	height: 100px;
	width: 200px;
}
#content #aboutCourse ul li span {
	display: block;
	background: url(images/trans.png);
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #AAA;
}
