#nmkidsWrapperDiv {
	width:100%;
	height:100%;
	text-align:center;
	background:#FFFFFF;
}

#nmkidsFooterDiv {
	width:777px;
	margin: 0 auto; /* centers the container */
}

#nmkidsHeaderDiv {
	width:777px;
	height:247px;
	border-left:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	text-align: left; /* resets the text alignment */
	margin: 0 auto; /* centers the container */
	background: url(images/nmkids_head.jpg) no-repeat;
}

#nmkidsMainDiv {
	width:777px;
	border-left:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	text-align: left; /* resets the text alignment */
	margin: 0 auto; /* centers the container */
}

#nmkidsBalloon {
	float:right;
	width:100%;
	height:100%;
	background: url(images/balloon.jpg) 100% 0% no-repeat;
	z-index:99999999;
}

#navContainer {
	position: absolute;
	padding-left:317px;
	margin-top:10px;
	color:#FFFFFF;
}
* html #navContainer {
	position: absolute;
	padding-left:329px;
	margin-top:10px;
	color:#FFFFFF;
}

#navContainer div {
	margin-top:3px;
	margin-bottom:0px;
	padding-bottom:0px;
}
* html #navContainer div {
	margin-top:3px;
	margin-bottom:8px;
	padding-bottom:0px;
}

.navTab {
	width:114px;
	vertical-align: middle;
	padding-top:5px;
	height:30px;
	padding-left:15px;
	margin-right:15px;
	line-height:.95em;
	font-weight:bold;
}


#bluetab {
	background: url(images/bluetab.png) 0% 0% no-repeat;
}

#purpletab {
	background: url(images/purpletab.png) 0% 0% no-repeat;	
}

#tealtab {
	background: url(images/tealtab.png) 0% 0% no-repeat;	
}

#orangetab {
	background: url(images/orangetab.png) 0% 0% no-repeat;	
}

#greentab {
	background: url(images/greentab.png) 0% 0% no-repeat;	
}

div.dojoMenuBar2 {
	/*border-bottom:1px solid #6b9fec;*/
	padding: 1px;
	display:block;
}

span.dojoTooltip {
	border: 0px;
	text-align:left;
	background: beige;
	color: black;
	position: absolute;
	padding: 0px;
	z-index: 10;
	width:20em;
	display: block;
	margin:10px;
	opacity: 0.95;
}


.linkList {
	margin: 0px;
	padding: 0px;
	text-align:left;
	text-indent:0px;
	color:white;
	}

.linkList li {
	border-bottom: 1px solid black;
	padding: 3px;
	display: block; 
	}

.linkList li a:link { 
	color: white;
	width:100%;
	display: block;
	text-decoration:none;
	}

.linkList li a:visited { 
	text-decoration:none;
	color: white;
	}

.linkList a:hover {
/* 		filter: alpha(opacity=50); -moz-opacity: 0.5;
 */
		color:#000000;
	}

.linkList li:hover {
	font-weight: bold;
	}
	
.tealSub li:hover {
	background:#7F7FA9;
	}

.tealSub li {
	background:#9696C8;
}

.blueSub li:hover {
	background-color: #33377E;
	}

.blueSub li {
	background:#40449D;
}

.purpleSub li:hover {
	background-color: #9696C8;
	}

.purpleSub li {
	background:#7F7FA9;
}

.tealSub li {
	background:#9CCECF;
	}

.tealSub li:hover {
	background-color: #86B0B1;
}

.greenSub li:hover {
	background:#658887;
	}

.greenSub li {
	background-color: #7AA2A2;
}

.orangeSub li:hover {
	background:#DC9A68;
	}

.orangeSub li {
	background-color: #FBB077;
}

#navContainer div:hover {
color:#000000;
}
