#navcontainer a {
    font-size: .9em;
	padding-left: 20px;
	height: 25px;
	line-height: 25px;
	display: block;
	text-decoration: none;
	background-image: none;
}

#navcontainer .current {
	background-image: none;
}

#navcontainer a:hover {
	text-decoration: none;
	background-image: none;
}

* html #navcontainer a {
	background-image: none;
}

* html #navcontainer .current {
	background-image: none;
}

* html #navcontainer a:hover {
	background-image: none;
}

