@charset "windows-1251";
/* CSS Document */

/* (S) menu */
.menu { float:left; height:41px; width:880px; }
.menu ul { float: left;	margin:0; padding:0; list-style-type:none; height:41px; }
.menu li {  display: inline; }
.menu li a { padding:0; margin:0; float:left; height:41px; text-decoration:none; }
.menu li a span { visibility:hidden; }

.menu li a.home	{ background: url('/images/navigation/bg/home.jpg') no-repeat 100% 0; width:223px; }
.menu li a.home_on {	background: url('/images/navigation/bg/home.jpg') no-repeat 100% -41px; width:223px;}
.menu li a.home:hover {	background: url('/images/navigation/bg/home.jpg') no-repeat 100% -41px; }

.menu li a.exhibitions	{ background: url('/images/navigation/bg/exhibitions.jpg') no-repeat 100% 0; width:99px; }
.menu li a.exhibitions_on {	background: url('/images/navigation/bg/exhibitions.jpg') no-repeat 100% -41px; width:99px; }
.menu li a.exhibitions:hover {	background: url('/images/navigation/bg/exhibitions.jpg') no-repeat 100% -41px; }

.menu li a.artists	{ background: url('/images/navigation/bg/artists.jpg') no-repeat 100% 0; width:86px; }
.menu li a.artists_on {	background: url('/images/navigation/bg/artists.jpg') no-repeat 100% -41px; width:86px; }
.menu li a.artists:hover {	background: url('/images/navigation/bg/artists.jpg') no-repeat 100% -41px; }

.menu li a.arthobby	{ background: url('/images/navigation/bg/arthobby.jpg') no-repeat 100% 0; width:97px; }
.menu li a.arthobby_on {	background: url('/images/navigation/bg/arthobby.jpg') no-repeat 100% -41px; width:97px; }
.menu li a.arthobby:hover {	background: url('/images/navigation/bg/arthobby.jpg') no-repeat 100% -41px; }

.menu li a.services	{ background: url('/images/navigation/bg/services.jpg') no-repeat 100% 0; width:138px; }
.menu li a.services_on {	background: url('/images/navigation/bg/services.jpg') no-repeat 100% -41px; width:138px;}
.menu li a.services:hover {	background: url('/images/navigation/bg/services.jpg') no-repeat 100% -41px; }

.menu li a.history	{ background: url('/images/navigation/bg/history.jpg') no-repeat 100% 0; width:96px; }
.menu li a.history_on {	background: url('/images/navigation/bg/history.jpg') no-repeat 100% -41px; width:96px;}
.menu li a.history:hover {	background: url('/images/navigation/bg/history.jpg') no-repeat 100% -41px; }

.menu li a.contact	{ background: url('/images/navigation/bg/contact.jpg') no-repeat 100% 0; width:103px; }
.menu li a.contact_on {	background: url('/images/navigation/bg/contact.jpg') no-repeat 100% -41px; width:103px;}
.menu li a.contact:hover {	background: url('/images/navigation/bg/contact.jpg') no-repeat 100% -41px; }

.menu li.ndiv { float:left;  height:41px; background: url('/images/navigation/divider.jpg') no-repeat 100% 0; width:2px; }
.lang { float:right; }
/* (E) menu */