/*
########################################################
  top style
########################################################
*/

.top{
	zoom: 1;
}

.flash{
}
.flashLine {
	background:#CCCCCC;
	margin:auto;
	width: 840px;
	height: 1px;
}
.top ul.cMenu{
	zoom: 1;
	margin-top: 40px;
}
.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;
}
