#header ul#menu {
	list-style: none;
	float: right;
	width: 655px;
	display: inline; /* IEFIX*/
	padding: 0;
	margin: 30px 20px 0 0;

}
	#header ul#menu li {
		float: left;
		margin: 0;
	}
	#header ul#menu li a {
		background: url("/static/images/menu.button.png") no-repeat;
		display: block;
		margin-right: 14px;
		height: 11px;
	}

	#header ul#menu li.a1 a { width: 101px; }

	#header ul#menu li.a1 a:active,
	#header ul#menu li.a1 a.mark { background-position: 0px -11px; }

	#header ul#menu li.a2 a {
		width: 89px;
		background-position: -101px 0px;
	}
	#header ul#menu li.a2 a:hover,
	#header ul#menu li.a2 a:active,
	#header ul#menu li.a2 a.mark { background-position: -101px -11px; }

	#header ul#menu li.a3 a {
		width: 117px;
		background-position: -190px 0px;
	}
	#header ul#menu li.a3 a:hover,
	#header ul#menu li.a3 a:active,
	#header ul#menu li.a3 a.mark { background-position: -190px -11px; }

	#header ul#menu li.a4 a {
		width: 135px;
		background-position: -307px 0px;
	}
	#header ul#menu li.a4 a:hover,
	#header ul#menu li.a4 a:active,
	#header ul#menu li.a4 a.mark { background-position: -307px -11px; }

	#header ul#menu li.a5 a {
		width: 155px;
		margin-right:0;
		background-position: -442px 0px;
	}
	#header ul#menu li.a5 a:hover,
	#header ul#menu li.a5:active,
	#header ul#menu li.a5 a.mark { background-position: -442px -11px; }


	div#header ul#submenu {
		list-style: none;
		margin-top: 5px;
		height: 24px;
	}
	div#header ul#submenu  li {
		float: left;
		padding: 10px 18px 0 18px;
		font-weight: bold;
		background: url("/static/images/submenu.bg.png") repeat-x;
		font-size: 10pt;
	}
	div#header ul#submenu  li.normal {
		background: url("/static/images/submenu.bg.png") repeat-x !important;
	}
	div#header ul#submenu  li.first {
		text-align: right;
		width: 122px;
		padding: 10px 18px 0 0;
		background: url("/static/images/submenu.left.png") repeat-x;
	}
	div#header ul#submenu  li.last {
		text-align: left;

		padding: 10px 0 0 18px;
		background: url("/static/images/submenu.right.png") no-repeat top left;
	}
	div#header ul#submenu  li a:hover,
	div#header ul#submenu  li a.mark {
		text-decoration: none;
		color: #df7596;
	}
	div#header ul#submenu  li a {
		text-decoration: none;
		color: #aaadb0;
	}
	div.hr {
		width: 975px;
		margin: -5px auto 1px;
		font-size: 0;
		height: 4px;
		background: #e9e9ea;
	}

	div#header div.headWrapper {
		float: left;
		width: 800px;
	}
div#body {
	clear: both;
}

	div#colLeft {
		width: 279px;
		background: url("/static/images/colleft.bg.png") repeat-y;
		float: left;
		overflow: hidden;
	}
	div#colLeft div.box {
		width: 278px;
		margin-bottom: 90px;
		height: 77px;
		background: url("/static/images/colleft.box.png");
	}
	div#colLeft div.box a {
		float: left;
		height: 77px;
		width: 92px;
	}

	div#subFlash {
		height: 400px;
		width: 280px;
	}

	div#colRight {
		width: 600px;
		color: #6c6969;
		font-size: 8pt;
		float: left;
		padding: 29px 55px 0 36px;
	}
	div#colRight h1 {
		width: 100%;
		color: #fff;
		margin: 0 0 10px 0;
		padding: 5px 8px;
		font-size: 10pt;
	}
	div#colRight h1.c4 { background: #f89c1c; }
	div#colRight h1.c3 { background: #5CC6F0; }
	div#colRight h1.c2 { background: #F7ABC3; }
	div#colRight h1.c1 { background: #d84270; }

	div#colRight div.content h1 {
		color: #f89c1c;
		padding: 0 0 0 5px;
		margin: 0;
		font-size: 9pt;
		border-bottom: 1px solid #f89c1c;
	}
	div#colRight div.content h1.ct1 a,
	div#colRight div.content h1.ct1 {
		color: #d84270;
		text-decoration: none;
		border-bottom: 1px solid #d84270;
	}
	div#colRight div.content h1.ct2 {
		color: #F7ABC3;
		border-bottom: 1px solid #F7ABC3;
	}
	div#colRight div.content h1.ct3 {
		color: #5CC6F0;
		border-bottom: 1px solid #5CC6F0;
	}

	div#colRight div.content h1.c4 {
		color: #f89c1c;
		border-bottom: 1px solid #f89c1c;
	}

	div#colRight div.content {
		margin-top: 20px;
	}

	div.c4 {
		padding-bottom: 100px  !important;
		background: url("/static/images/packet.c4.png") no-repeat  bottom right ;
	}
	div.c3 {
		padding-bottom: 100px  !important;
		background: url("/static/images/packet.c3.png") no-repeat  bottom right ;
	}
	div.c2 {
		padding-bottom: 100px !important;
		background: url("/static/images/packet.c2.png") no-repeat  bottom right ;
	}
div#footer {
	margin: 6px auto 20px !important;
}
* html div#footer {
	margin-top: -9px !important;
}
