/* postioning of id="navbar"*/	/* image formatting */		img {	display:block;	border: 0 none;	margin: 0px;	padding: 0px;		}/*Main Section*/	/*Main navigation navbar general*/	/* postioning of id="navbar"*/	div#navbar {	position: absolute;	left: 0px;	top: 148px;	display: inline;	width: 196px;	background-image: url(../images_content/navbar_bg.jpg);	background-position: left top;	background-repeat: repeat-x;	border: 0 none;	height: 420px;	margin: 0px;	padding: 0px;		}div#navbar ul {	width: 169px;	list-style: none;	padding: 0;	float: right;	margin-top: 0px;	margin-right: 0px;	margin-left: 0px;	background-color: #2E537F;	margin-bottom: 0px;	border-top: 0 none;	border-right: 0 none;	border-bottom: 0 none;	border-left: 2px solid #3760A1;		}div#navbar ul li {	margin: 0px;	padding: 0px;	border-top: none;	border-right: none;	border-bottom: none;	border-left: none;	display: inline; /* this gets rid of the gaps */		}div#navbar li a {	color: rgb(238, 169, 131);	display: block;	font:  normal 11px/14px Verdana, Arial, sans-serif;	text-decoration: none;	width: 169px; /* or use height (tricks IE into letting you click anywhere on the block, not just the text */	margin: 0px;	padding: 0px;	background-position: 0px;	background-repeat: no-repeat;	border: none;	height: 27px;		}div#navbar li a:hover {		color: #FFFFFF;		}/*navbar - text display for buttons set to none, graphic images used for text*/		div#navbar li a span {	display: none;	border: 0px none;	}/*navbar individual buttons - display*/		/*height necessary because used images from slice and dice version irregularities seen with borders in images, remake images with border in css*/	div#navbar li a.press {	background-image: url(../images_content/press_1.jpg);	height: 48px;	width: 167px;	border: none;	background-repeat: no-repeat;}div#navbar li a.about {	background-image: url(../images_content/ABOUT_PIRLS.jpg);	height: 27px;}div#navbar li a.brochure {	background-image: url(../images_content/BROCHURE.JPG);	height: 28px;}div#navbar li a.part {	background-image:  url(../images/COUNTRIES.jpg);	height: 26px;}div#navbar li a.sched {	background-image: url(../images_content/SCHEDULE.JPG);	height: 28px;}div#navbar li a.framwk {	background: url(../images_content/FRAMEWORK.jpg) no-repeat;	height: 27px;}div#navbar li a.enc {	background: url(../images_content/enc.jpg) no-repeat;	height: 27px;}div#navbar li a.quest {	background-image:  url(../images_content/CONTEXTUAL.jpg);	height: 26px;}div#navbar li a.tr {	background-image:   url(../images_content/navbar_tr06.jpg);	height: 27px;}div#navbar li a.ir {	background-image: url(../images_content/INTL_REPORT.jpg);	height: 27px;}div#navbar li a.db {	background: #5F95D1 url(../images_content/INTERNATIONAL_DATA.jpg) no-repeat;	height: 27px;}/*navbar individual buttons hover*/	div#navbar li a.press:hover {	color: #FFFFFF;	background: url(../images_content/press_2.jpg) no-repeat 0px;}div#navbar li a.about:hover {	color: #FFFFFF;	background: url(../images_content/ABOUT_PIRLS_f3.jpg);}div#navbar li a.brochure:hover {	color: #FFFFFF;	background: url(../images/BROCHURE_f2.jpg);}div#navbar li a.part:hover {	color: #FFFFFF;	background: url(../images/countries_f2.jpg) no-repeat;}div#navbar li a.sched:hover {	color: #FFFFFF;	background: url(../images/SCHEDULE_f2.jpg) no-repeat;}div#navbar li a.framwk:hover {	color: #FFFFFF;	background: url(../images/framework_f4.jpg) no-repeat;}div#navbar li a.enc:hover {	color: #FFFFFF;	background: url(../images_content/enc_f1.jpg) no-repeat;}div#navbar li a.quest:hover {	color: #FFFFFF;	background: url(../../images_content/navbar_cq06.jpg) no-repeat;}div#navbar li a.tr:hover {	color: #FFFFFF;	background: url(../images_content/navbar_tr06_2.jpg) no-repeat;}div#navbar li a.ir:hover {	color: #FFFFFF;	background: url(../images_content/navbar_ir06_2.jpg) no-repeat;}div#navbar li a.db:hover {	color: #FFFFFF;	background: #5F95D1 url(../images_content/navbar_id06_f2.jpg) no-repeat;}/*navbar individual buttons display active state when at page-here*/	div#navbar li a.presshere {	background-image: url(../images_content/press_2.jpg);	height: 48px;}div#navbar li a.abouthere {	background-image:  url(../images_content/ABOUT_PIRLS_f3.jpg);}div#navbar li a.brochurehere {	color: #FFFFFF;	background: url(../images/BROCHURE_f2.jpg);	height: 28px;}div#navbar li a.parthere {	color: #FFFFFF;	background: url(../images/countries_f2.jpg) no-repeat;	height: 26px;}div#navbar li a.schedhere {	color: #FFFFFF;	background: url(../images/SCHEDULE_f2.jpg) no-repeat;	height: 28px;}div#navbar li a.framwkhere {	color: #FFFFFF;	background: url(../images/framework_f4.jpg) no-repeat;	height: 27px;}div#navbar li a.enchere {	color: #FFFFFF;	background: url(../images_content/enc_f1.jpg) no-repeat;	height: 27px;}div#navbar li a.questhere {	color: #FFFFFF;	background: url(../images_content/navbar_cq06.jpg) no-repeat;	height: 26px;}div#navbar li a.trhere {	color: #FFFFFF;	background: url(../images_content/navbar_tr06_2.jpg) no-repeat;	height: 27px;}div#navbar li a.irhere {	color: #FFFFFF;	background: url(../images_content/navbar_ir06_2.jpg) no-repeat;	height: 27px;}div#navbar li a.dbhere {	color: #FFFFFF;	background: #5F95D1 url(../images_content/navbar_id06_f2.jpg) no-repeat;	height: 27px;}div#navbar li a.cqhere {	color: #FFFFFF;	background: url(../images_content/navbar_cq06.jpg) no-repeat;	height: 26px;}/*Navbar BC seal*/	div#bc {	clear: both;}