#linkbar {
	list-style: none;
	width: 998px;
	vertical-align: top;
	margin: 0/*0px auto 0px auto*/;
	height: 68px;
	padding: 0px 0px 0px 0px;
	/*background: url("../images/6foldertabs/2.png") no-repeat;*/
	
	/* Rounded Corners 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; */
	
	/*Backgrounf color and gradients */
	/*background: white/*#A7DFF3 /*white;*/
	/*background: -moz-linear-gradient(top, #0272a7, #013953);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));*/
	
	/* Borders */
	border-top: 0px solid #b8f665/*#66FF33/*#99FF66/*#6E8F29*//*#ccff66*/;
	border-left: 0px solid #b8f665;
	border-right: 0px solid #b8f665;
	/*border: 1px solid #002232;
	-mox-box-shadow: inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow: inset 0px 0px 1px #edf9ff;
	box-shadow: inset 0px 0px 1px #edf9ff;*/
}

#linkbar li {
	float: left;
	display: block;
	text-align: center;
	vertical-align: bottom;
	position: relative;
	/*width: 98px;
	height: 33px;
	/*padding: 10px 15px 8px 15px;*/
	margin-right: 35px;
	margin-left: 10px;
	margin-top: 22px;
	/*background-color: white;*/
	/*border-bottom: 2px solid #b8f665/*#C6D020/*#6E8F29/*#ccff66;*/
}

#homeli a {height: 38px; width: 98px; background: url('../images/6foldertabs/homelightblue.png') no-repeat !important;}
#thegameli a {height: 38px; width: 98px; background: url('../images/6foldertabs/thegamelightblue.png') no-repeat !important;}
#educatorsli a {height: 38px; width: 98px; background: url('../images/6foldertabs/activitieslightblue.png') no-repeat !important;}
#feedbackli a {height: 38px; width: 98px; background: url('../images/6foldertabs/feedbacklightblue.png') no-repeat !important;}
#aboutli a {height: 38px; width: 98px; background: url('../images/6foldertabs/aboutlightblue.png') no-repeat !important;}
#buyhereli a {height: 38px; width: 98px; background: url('../images/6foldertabs/buyherelightblue.png') no-repeat !important;}

#homeli a:hover img {visibility: hidden;}
#thegameli a:hover img {visibility: hidden;}
#educatorsli a:hover img {visibility: hidden;}
#feedbackli a:hover img {visibility: hidden;}
#aboutli a:hover img {visibility: hidden;}
#buyhereli a:hover img {visibility: hidden;}

#linkbar li:hover {
	/*border: 1px solid #00B0DB;*/
	/*padding: 9px 9px 7px 9px;*/
	
	/* Background color and gradients */
	/*background: A7DFF3;*/
	/*background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE)); */
	
	/* Rounded corners */
	/*-mox-border-radius: 5px 5px 0px 0px;
	-webkit-border-radiusL 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;*/
}

#linkbar li a {
	font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #004b81;
	display: block;
	outline: 0;
	text-decoration: none;
	/*text-shadow: 1px 1px 1px #000;*/
}

.strong {
	font-weight:bold;
}

#leftMenuLi {
	border-left: 0px !important;
}