﻿
#header ul.nav {
	position:absolute;
	left:286px;
	top:7px;
	margin:0;
	padding:0;
	list-style:none;
	height:106px;
	background:url(/images/bg-nav.gif) no-repeat;
}
#header ul.nav li {
	float:left;
	background:url(/images/bg-sep.gif) no-repeat;
}
#header ul.nav li:first-child {
	background:none;
}
#header ul.nav a {
	float:left;
	width:113px;
	height:62px;
	padding:44px 0 0 15px;
	color:#161e23;
	font-size:17px;
	line-height:18px;
	margin:0 0 0 2px;
	display:inline;
	font-weight:bold;
	text-decoration:none;
}
#header ul.nav a span {
	display:block;
	cursor:pointer;
	color:#2c808d;
	font-size:11px;
	line-height:16px;
}
#header ul.nav a:hover,
#header ul.nav li.active a {
	background:url(/images/bg-nav-hover.gif) repeat-x;
}
/* sub nav */
#header ul.sub-nav {
	position:absolute;
	left:3px;
	top:116px;
	margin:0;
	padding:7px 0 0 115px;
	list-style:none;
	height:21px;
	width:819px;
	background:#000;
}
#header ul.sub-nav li {
	float:left;
	height:15px;
	text-indent:-9999px;
	overflow:hidden;
	margin-right:28px;
}
#header ul.sub-nav li.we-go {
	width:136px;
	background:url(/images/it-we-go.gif) no-repeat;
}
#header ul.sub-nav li.we-take {
	width:172px;
	background:url(/images/it-we-take.gif) no-repeat;
}
#header ul.sub-nav li.we-meet {
	width:164px;
	background:url(/images/it-we-meet.gif) no-repeat;
}
#header ul.sub-nav li.we-try  {
	width:141px;
	background:url(/images/it-we-try.gif) no-repeat;
}
#header ul.sub-nav li.active {
	background-position:0 -15px;
}
