#top-bar
{
	color: #3A3A3A;
}

/* begin css tabs */

ul#navigation { /* general settings */
	background-color: #848668; /* was #343B45;*/
	background-image: url(/images/site_top_nav_bar/bg_ppt.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: left; /* set to left, right or center */
	margin: 0 0 1em 0; /* set margins as desired */
	font-family: Tahoma, sans-serif; /* set font as desired */
	font-size: 11px;
	border-bottom: 1px solid #A6B0BD; /* set border COLOR as desired */
	list-style-type: none;
	padding: 12px 10px 4px 10px; /* THIRD number must change with respect to padding-top (X) below */
	white-space: nowrap;
}

ul#navigation li { /* do not change */
	display: inline;
	margin-left: 0;
	margin-right: 4px; /* set additional spacing between tabs as desired */
	font-weight: bold;
	line-height: normal;
}

ul#navigation li#nav-kkcj a { 
	background-color: #686A6E;
	color: #eee;
}

ul#navigation li#nav-kkcj a:hover { 
	background-color: #495361;
	color: #eee;
}

ul#navigation li#nav-ppt a { 
	background-color: #62626C;
	color: #686A6E;
}

ul#navigation li#nav-ppt a:hover { 
	background-color: #3C3964;
	color: #686A6E;
}

ul#navigation li#nav-pavilion a { 
	background-color: #434946;
	color: #EEE6D3;
}

ul#navigation li#nav-pavilion a:hover { 
	background-color: #00170C;
	color: #EEE6D3;
}

ul#navigation li#nav-fotl a { 
	background-color: #BFBFBF;
	color: #420000;
}

ul#navigation li#nav-fotl a:hover { 
	background-color: #ffffff;
	color: #420000;
}

ul#navigation li#nav-jpe a { 
	background-color: #577A86;
	color: #ffffff;
}

ul#navigation li#nav-jpe a:hover { 
	background-color: #008EBC;
	color: #ffffff;
}

ul#navigation li#current { /* settings for selected tab */
	border-bottom: 1px solid #3C3964; /* set border color to page background color */
	background-color: #3C3964; /* set background color to match above border color */
}

ul#navigation li#current a { /* settings for selected tab link */
	background-color: #3C3964; /* set selected tab background color as desired */
	color: #FEF8ED; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 5px; /* must change with respect to padding (X) above and below */
	border-color: #A6B0BD; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	border-bottom-color: #3C3964;
}

ul#navigation li a { /* settings for all tab links */
	padding: 4px 7px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #6A7179; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #495361; /* set unselected tab background color as desired */
	color: #ddd; /* set unselected tab link color as desired */
	text-decoration: none;
	border-bottom: none;
	font-weight: normal;
}

ul#navigation a:hover { /* settings for hover effect */
	background: #627083; /* set desired hover color */
	border: 1px solid #A6B0BD;
	color: #EBA774;
}

/* end css tabs */