/* Navigation CSS */

.menulist li {
	margin:0 15px -2px 0px;
	padding:0;
}
.navItem a {
	height: 22px; /* 25 */
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:url(../images/) no-repeat right 0;
	cursor: pointer;
}
.navItem a span {
	height:18px; /* 25 */
	text-align:left;
	margin: 0 14px 0 0;
	padding: 6px 0 0 20px;
	display:block;
	background:url(../images/) no-repeat;
	cursor: pointer;
}
.navItem a:hover {
 /*     background-position:100% -29px;  */
}
.navItem a:hover span{
      background-position:0% -31px;
}
.menulist a.highlighted span {
      background-position:0% -31px;
}
#navItem1 {
	width: 110px;
}
#navItem2 {
	width: 110px;
}
#navItem3 {
	width: 110px;
}
#navItem4 {
	width: 110px;
}
#navItem5 {
	width: 110px;
}
#navItem6 {
	width: 110px;
}


