/* CSS Document */

/*BEGIN NAVIGATION*/
body {
	margin-top: 15px;
	background-color: #FFFFFF;
	background-image: url('https://kaiserfederal.info/images/bg.jpg');
	margin-bottom: 25px;
	background-attachment: fixed;
}
#tab { 
	padding: 0;
	clear: both;
}
#sub h5, #tab h5 {
	display: none;
}

/* TAB SET SURROUNDING REGION AND BACKGROUND */
#tab ul {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 18px;
	margin: 0;
	list-style: none;
}
/* TAB ITEM REGION */
#tab li {
	display: block;
	float: left;
	background: url(https://kaiserfederal.info/images/tab_left.gif) no-repeat;
	margin-right: 2px;
	padding-left: 2px;
	height: 22px;
}
/* TAB ITEM INNER REGION */
#tab li div {
	display: block;
	float: left;
	margin: 0;
	background: #CCCCCC url(https://kaiserfederal.info/images/tab_right.gif) no-repeat top right;
	padding-right: 1px;
	height: 22px;
}
/* TAB LINK TEXT */
#tab li a {
	display: block;
	float: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	white-space: nowrap;
	padding: 3px 6px;
	margin: 0;
	text-decoration: none;
}
#tab li a:visited { color:#333333; text-decoration: none; }
#tab li a:hover { color:#CC0033; text-decoration: none; }




/* FORETAB REGION */
#tab li.on {
	background: url(https://kaiserfederal.info/images/tab_on_left.gif) no-repeat;
	padding-left: 3px;
	height: 22px;
}
/* FORETAB INNER REGION */
#tab li.on div {
	background: url(https://kaiserfederal.info/images/tab_on_right.gif) top right no-repeat;
	padding-right: 3px;
	height: 22px;
}
#tab li.on a {
	color:#cc4400; text-decoration:none;
}
#tab li.on a:visited {
	color: #cc4400;
	text-decoration: none;
}

#tab li.index { background: none;  }
#tab li.index div { background: none; }
#tab li.index a { color: #003DB8 ; font-weight: normal; }
#tab li.index a:visited { color: #003DB8 ; }


/* SUB NAV UNDER FORE TAB */
#sub {
	padding: 0;
	margin: 0px;
	clear: both;
	width: 100%;
	float: left;
}
/* SUB NAV ENTIRE REGION AND BACKGROUND IMAGE */
#sub ul {
	height: 28px;
	list-style: none;
	margin: 0;
	padding: 0px;
	border-bottom: 2px solid #997799;
	float: left;
	width: 100%;
	background: #CCCCCC url(https://kaiserfederal.info/images/sub_bg.jpg) repeat bottom left;
}
/* SUBNAV ITEM REGION */
#sub li {
	height: 28px;
	float: left;
	display: block;
	background: url(https://kaiserfederal.info/images/tab_subnav_separator.jpg) bottom right no-repeat;
}
#sub li.first a { padding-left: 12px; border: 0; }
#sub li.first a:visited { border: 0; }

/* SUBNAV TEXT */
#sub a {
	float: left;
	display: block;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 0 8px;
	text-decoration: none;
	color: #660066;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#sub a:visited { text-decoration:none; color: #660066; }
#sub a:hover { color: #CC0033; text-decoration: underline; }

/* subnav forefront item */
#sub li.on {
	background: #FFFFFF url(https://kaiserfederal.info/images/nav/sub_bg.jpg) repeat bottom right;
	background: url(https://kaiserfederal.info/images/tab_subnav_separator.jpg) bottom right no-repeat;
}
/* SUBNAV FOREFRONT ITEM TEXT */
#sub li.on a { color: #000; text-decoration:none;  font-weight: bold;  }
#sub li.on a:visited { color: #000; text-decoration:none; }
#sub li.on a:hover { color: #000; text-decoration: none; }


/*END NAVIGATION*/
