.navcontainer .current {
	background: url(../../images/menu-blue.gif) no-repeat 0 -52px;
}

html>body .navcontainer .current {
	background: url(../../images/menu-blue.png) no-repeat 0 -52px;
}

.navcontainer .current:hover {
	background: url(../../images/menu-blue.gif) no-repeat 0 -52px;
}

html>body .navcontainer .current:hover {
	background: url(../../images/menu-blue.png) no-repeat 0 -52px;
}

.navcontainer .currentAncestor {
	background: url(../../images/menu-blue.gif) no-repeat 0 -52px;
}

html>body .navcontainer .currentAncestor {
	background: url(../../images/menu-blue.png) no-repeat 0 -52px;
}

.navcontainer a{
	background: url(../../images/menu-blue.gif) no-repeat 0 -26px;
}

html>body .navcontainer a{
	background: url(../../images/menu-blue.png) no-repeat 0 -26px;
}

.navcontainer a:hover{
	background: url(../../images/menu-blue.gif) no-repeat 0 0px;
}

html>body .navcontainer a:hover{
	background: url(../../images/menu-blue.png) no-repeat 0 0px;
}