/*
########################################################
  top style
########################################################
*/

.top{
	zoom: 1;
}

.top .flash{
	width: 820px;
	height: 470px;
	margin-bottom:40px;
	border-top: #BFBFBF solid 1px;
	border-bottom: #BFBFBF solid 1px;
}
.top ul.cMenu{
	zoom: 1;
}
.top ul.cMenu li{
	float: left;
	padding-right: 6px;
}
.top ul.cMenu li.last{
	float: right;
	padding: 0;
}

.top:after,
.top ul.cMenu:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
