#nav {
	width:883px;
	height:54px;
	margin:0;
	padding:0;
}

#nav * {
	text-align:center;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	font-family:arial, helvetica, sans-serif;
	font-size:9pt;
}

#nav ul, #nav ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}
#nav ul li {
	display:inline;
}

ul#tabBar {
/*	float:right;*/
}

ul#tabBar li a {
	display:block;
	float:left;
	width:87px;
	height:29px;
	line-height:36px;
	background: url(../imgs/tab_bg.jpg) 0 10px no-repeat;
	/*border-left:6px solid #fff;*/
	overflow:hidden; /* fixed IE display bug */
	border-left: 1px solid #ffffff;
}

ul#tabBar li a:hover {
	line-height:29px;
	background: url(../imgs/tab_bg.jpg) top left no-repeat;
	color: #FF8F2C;
}

#subNav ul {
	display:none;
}

#subNav {
	clear:both;
	height:25px;
	background: url(../imgs/subnav_bg.jpg) top left repeat-x;
	padding-left:300px;
	padding-top: 5px;
}

#subNav ul {
	float:left;
	background: url(../imgs/subnav_seperator.jpg) top left no-repeat;
}

#subNav ul li a {
	display:block;
	float:left;
	width:170px;
	text-align:center;
	line-height:25px;
	background: url(../imgs/subnav_seperator.jpg) top right no-repeat;
}

#subNav li a:hover {
	color:#ffffff;
}
 