#nav {
	width:994px;
	height:auto;
	margin:0;
	padding:0;
}

#nav * {
	text-align:center;
	color:#313131;
	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-tyle-type:none;
}
#nav ul li {
	display:inline;
}

ul#tabBar {
	float:right;
}

ul#tabBar li a {
	display:block;
	float:left;
	width:142px;
	height:40px;
	line-height:39px;
	overflow:hidden; /* fixed IE display bug */
}

ul#tabBar li a:hover {
	line-height:39px;
	background-image:url('../img/btnh.gif');
	background-position:top;
	background-repeat:no-repeat;
    color:#f29400;
}

#subNav ul {
	display:none;
}

#subNav {
	clear:both;
	height:auto;
	padding-left:0px;
}

#subNav ul {
	float:left;
}

#subNav ul li a {
	display:block;
	float:left;
	width:auto;
	text-align:center;
	line-height:25px;
    color:#fff;
    margin:0 0 0 3px;
    border-right:1px solid #666;
    font-size:11px;
    padding:0 3px 0 0;
    font-weight:normal;
}

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

#info {
	width:565px;
	font-size:6pt;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:5px;
	background:#f5f5f5;
	border:1px solid #ccc;
	margin:10px;
}

#info h1 {
	font-size:9pt;
	letter-spacing:0;
	color:#011343;
}

#info a {
	color:#011343;
	text-decoration:none;
	font-weight:bold;
}

#info a:hover {
	color:#f00;
}	 