@charset "UTF-8";
/* CSS Document */



	.nav {
	width: 955px;
	height: 31px;
	background: url(../imgs/program-sprite.png) no-repeat;
	position: absolute;
	margin: 0 auto;
	margin-left: 4px;
}
	.nav li {
	display: inline;
}
	.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 31px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
	.nav .pm a:link, .nav .pm a:visited {
		left: 23px;
		width: 169px;
	}
	.nav .pm a:hover, .nav .pm a:focus {
		background: url(../imgs/program-sprite.png) no-repeat -23px -31px;
	}
	.nav .pm a:active {
		background: url(../imgs/program-sprite.png) no-repeat -23px -62px;
	}
	.current-pm .pm a:link, .current-pm .pm a:visited {
		background: url(../imgs/program-sprite.png) no-repeat -23px -93px;
		cursor: default;
	}
	.nav-pm, .nav-pm-click {
		position: absolute;
		top: 0;
		left: 23px;
		width: 169px;
		height: 31px;
		background: url(../imgs/program-sprite.png) no-repeat -23px -31px;
	}
	.nav-pm-click {
		background: url(../imgs/program-sprite.png) no-repeat -23px -62px;
	}



	.nav .ba a:link, .nav .ba a:visited {
		left: 184px;
		width: 152px;
	}
	.nav .ba a:hover, .nav .ba a:focus {
		background: url(../imgs/program-sprite.png) no-repeat -184px -31px;
	}
	.nav .ba a:active {
		background: url(../imgs/program-sprite.png) no-repeat -184px -62px;
	}
	.current-ba .ba a:link, .current-ba .ba a:visited {
		background: url(../imgs/program-sprite.png) no-repeat -184px -93px;
		cursor: default;
	}
	.nav-ba, .nav-ba-click {
		position: absolute;
		top: 0;
		left: 184px;
		width: 152px;
		height: 31px;
		background: url(../imgs/program-sprite.png) no-repeat -184px -31px;
	}
	.nav-ba-click {
		background: url(../imgs/program-sprite.png) no-repeat -184px -62px;
	}



	.nav .bpm a:link, .nav .bpm a:visited {
		left: 335px;
		width: 226px;
	}
	.nav .bpm a:hover, .nav .bpm a:focus {
		background: url(../imgs/program-sprite.png) no-repeat -335px -31px;
	}
	.nav .bpm a:active {
		background: url(../imgs/program-sprite.png) no-repeat -335px -62px;
	}
	.current-bpm .bpm a:link, .current-bpm .bpm a:visited {
		background: url(../imgs/program-sprite.png) no-repeat -335px -93px;
		cursor: default;
	}
	.nav-bpm, .nav-bpm-click {
		position: absolute;
		top: 0;
		left: 335px;
		width: 226px;
		height: 31px;
		background: url(../imgs/program-sprite.png) no-repeat -335px -31px;
	}
	.nav-bpm-click {
		background: url(../imgs/program-sprite.png) no-repeat -335px -62px;
	}
	
	
	.nav .ml a:link, .nav .ml a:visited {
		left: 560px;
		width: 212px;
	}
	.nav .ml a:hover, .nav .ml a:focus {
		background: url(../imgs/program-sprite.png) no-repeat -560px -31px;
	}
	.nav .ml a:active {
		background: url(../imgs/program-sprite.png) no-repeat -560px -62px;
	}
	.current-ml .ml a:link, .current-ml .ml a:visited {
		background: url(../imgs/program-sprite.png) no-repeat -560px -93px;
		cursor: default;
	}
	.nav-ml, .nav-ml-click {
		position: absolute;
		top: 0;
		left: 560px;
		width: 212px;
		height: 31px;
		background: url(../imgs/program-sprite.png) no-repeat -560px -31px;
	}
	.nav-ml-click {
		background: url(../imgs/program-sprite.png) no-repeat -560px -62px;
	}
	
	
	/* The search form. */

fieldset{
	border:none;
}

	.search  {
		position: absolute;
		width: 140px;
		right: 28px;
		margin: 5px 0 0 0;
	}
	
.submit {
	width: 14px;
	float: left;
	padding-top: 3px;
	margin-right: 4px;
}
#s {
	/* This div contains the transparent search box */
	background:#393a33;
	border: 1px solid #c2c2c0;
	width:140px;
	
}
#search_term  {
	/* This div contains the transparent search box */
	background: #393A33;;
	border: 1px solid #c2c2c0;
	color:#dedede;
}


#search_term:focus, #search_term a:hover  {
	/* This div contains the transparent search box */
	background:#fff;
	border: 1px solid #c2c2c0;
	color:#393a33;
}
.select { 
	width: 68px;
	float: left;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 9px;
}
#page-links a.selected {
	color: green;
}


