@charset "utf-8";
/* CSS Document */

/* sub navigation bar */

#navSubFrame {
	clear: both;
	width: 960px;
	/*background: #1AE url(../images/subnav-off.gif) repeat-x top left;*/
	background: #005CBF url(../images/background-table-header.gif) bottom left repeat-x;
	font-size: 90%;
}

#navSub {
	float: left;
	margin: 0;
	padding: 0 20px;
	list-style: none;
	/*background: #1AE url(../images/subnav-off.gif) repeat-x top left;*/
	background: #005CBF url(../images/background-table-header.gif) bottom left repeat-x;
	font-weight:bold;
	width: 920px;
}

#navSub li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight:bold;
	position: relative;
}

#navSub li a {
	float: left;
	display: block;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	/*background: #1AE url(../images/subnav-off.gif) repeat-x top left;*/
	background: #005CBF url(../images/background-table-header.gif) bottom left repeat-x;
	font-weight:bold;
}

#navSub a:hover {
	background: #06C url(../images/subnav-on.gif) repeat-x top left;
	font-weight:bold;
	color:#000000;
}

#navSub li ul.subnav {
	list-style: none;
	position: absolute;
	left: 0; top: 28px;
	display: none;
	float: left;
	margin: 0; padding: 0;
}

#navSub li ul.subnav li {
	margin: 0;
	padding: 0;
	clear: both;
	background: #005CBF url(../images/background-table-header.gif) bottom left repeat-x;
	width: 170px;
}

#navSub li ul.subnav li a {
	float: left;
	width: 145px;
	padding: 5px;
	background: #005CBF url(../images/background-table-header.gif) bottom left repeat-x !important;
	padding-left: 20px;
}

#navSub li ul.subnav li a:hover,
#navSub li ul.subnav li a.test {
	background: #06C url(../images/subnav-on.gif) repeat-x top left !important;
	font-weight:bold;
	color:#000000;
}
