	#container
	{
		margin:0 auto;
		text-align:left;
		width:1000px;
	}	
	#cl_header
	{
		height:200px;
		width:1000px;
		background-image:url(../Images/banner/cl_header_bg.jpg);
		top:0px;
		left:0px;		
	}
	#cl_menu
	{
		width: 100%;
		height: auto;
		position: relative;
		bottom: -175px;
		left:0px;
		display: block;
	}
	#cl_menu ul
	{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	#cl_menu ul li
	{
		padding:0px;
		margin: 0px;
		float: left;
		display: inline;
		background-color: #000000;
	}
	#cl_menu ul li a
	{
		font-family: Arial;
		font-size: 13px;
		position: relative;
		display: block;
		text-decoration: none;
		padding: 6px 9px 6px 15px;
		margin: 0px;
		color: #ffffff;
		float: left;
		cursor: pointer;
		
		line-height: 1;
	}

	#cl_menu ul li.cl_selected,#cl_menu ul li.cl_hover
	{
		background:url(../Images/banner/selected-left-bg.png) bottom left no-repeat;
	}
	#cl_menu ul li.cl_next,#cl_menu ul li.cl_next_hover
	{
		background:url(../Images/banner/selected-right-bg.png) bottom left no-repeat;
	}
	.cl_next_hover_selected
	{
		background:url(../Images/banner/selected-next-hover-bg.png) bottom left no-repeat;
	}
	#cl_menu ul li.cl_first_selected, #cl_menu ul li.cl_first_hover
	{
		background-color:#0080A6;
	}
	#cl_menu ul li.cl_next_last
	{
		background:url(../Images/banner/selected-right-last-bg.png) bottom left no-repeat;
		height:25px
	}
	#cl_menu ul li.cl_last
	{
		
		background:url(../Images/banner/last-bg.png) top right;
		width:9px;
		height:25px;
	}
	#cl_menu ul li.cl_last_hover
	{
		
		background:url(../Images/banner/last-hover-bg.png) top right;
		width:9px;
		height:25px;
	}