#nav {
	width:98%;
	height:54px;
	margin:0;
	padding:0;
}

#nav * {
	text-align:center;
	color:#fff;
	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:90px;
	height:24px;
	line-height:39px;
	background:url(../image/tab_bg.jpg) 0 10px no-repeat;
	border-left:4px solid  #000;
	overflow:hidden; /* fixed IE display bug */
}

ul#tabBar li a:hover {
	line-height:24px;
	background:url(../image/tab_bg.jpg) top left no-repeat;
}

#subNav ul {
	display:none;
}

#subNav {
	clear:both;
	height:20px;
	background:url(../image/subnav_bg.jpg) top left repeat-x;
	padding-left:100px;
}

#subNav ul {
	float:left;
	background:url(../image/subnav_seperator.jpg) top left no-repeat;
}

#subNav ul li a {
	display:block;
	float:left;
	width:90px;
	text-align:center;
	line-height:20px;
	background:url(../image/subnav_seperator.jpg) top right no-repeat;
}

#subNav li a:hover {
	color:#cde7ff;
}

#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;
}	 