#navcontainer a {
	display: block;
	text-decoration: none;
	background: url(../../images/menu.jpg) no-repeat;
	width: 186px;
	padding-top: 10px;
	padding-left: 14px;
	margin-bottom: 0;
}

#navcontainer a:hover {
	background: url(../../images/menu.jpg) no-repeat 0 -40px;
	width: 186px;
}

#navcontainer ul ul a {
	background-image: none;
}

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

html>body #navcontainer a {
	display: block;
	text-decoration: none;
	background: url(../../images/menu3.png) no-repeat;
	width: 186px;
	padding-top: 10px;
	padding-left: 17px;
	margin-bottom: 0;
}

html>body #navcontainer a:hover {
	background: url(../../images/menu3.png) no-repeat 0 -40px;
	width: 186px;
}

html>body #navcontainer ul ul a {
	background-image: none;
}

html>body #navcontainer ul ul a:hover {
	background-image: none;
}