@CHARSET "UTF-8";

#leftMenuCell {
	background: transparent url("img/leftMenu_All.png") 0 0 no-repeat;
}

#menu a {
	background: transparent url(img/leftMenuHighlight.png) no-repeat 500px 500px;
}

#menu a.selected {
	background: transparent url(img/leftMenuSelected.png) no-repeat 0px
		500px;
}
#menu a.selected:hover {
	background: transparent url(img/leftMenuHighlight.png) no-repeat 500px
		500px;
}