#nav {
	width:600px;
	height:54px;
	margin:0;
	padding:0;
	margin-left:0px;
	margin-top:0px;
}

#nav * {
	text-align:center;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-family:VerdanaCarial, 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:left;
}

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

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

#subNav ul {
	display:none;
}

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

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

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

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

#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;
}	 
