@charset "utf-8";
/* CSS Document for Top Menu */

#menuSection {
	position: relative;
	float: left;
	width: 1200px;
	height: 107px;
	padding-top: 20px;
	padding-left: 20px;
}

#menuSection .logoSection {
	position: relative;
	float: left;
	width: 71px;
	height: 107px;
	padding-right: 40px;
	margin: 0px;
}

#menuSection .menuItems {
	position: relative;
	float: left;
	width: 900px;
	height: 12px;
	padding-left: 10px;
	padding-top: 32px;	
	margin: 0px;
}

#menuSection .menuItems .menuItem {
	position:relative;
	float:left;
	height: 11px;
	padding: 0px 40px;
	margin: 0px;
}

#menuSection .menuItems .colLine {
	position: relative;
	left: 164px;
	top: 0px;
	width: 1px;
	height: 8px;"
}

#menuSection .subMenu {
	position: relative;
	float: left;
	width: 900px;
	height: 10px;
	top: 7px;
	border-top: 1px solid #a3b9cd;
	padding-top: 10px;
}

#menuSection .subMenu .menuItem {
	position: relative;
	float: left;
	height: 9px;
}