@charset "windows-1251";

#mainnavcontainer {
	position: relative;
	width: 468px;
	height: 32px;
	padding: 0;
	margin: 0 0 0 5px;
}

#mainnav {
	position: absolute;
	top: 0px;
	left: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 32px;
	display: inline;
	overflow: hidden;
	width: 468px;
}
	
#mainnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#mainnav a {
	float: left;
	padding: 32px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:32px; /* for IE5/Win */
	position: absolute;
	z-index: 10;
}
	
#mainnav a:hover {
	background-position: 0 -32px;
	z-index: 99;
}

#mainnav a.selected/*, #mainnav a:active */{
	background-position: 0 -64px !important;
	z-index: 100 !important;
}
	
#mmi1 a  {
	left: 0px;
	width: 105px;
	background: url(images/mm_01.gif) top left no-repeat;
}

#mmi2 a  {
	left: 363px;
	width: 105px;
	background: url(images/mm_02.gif) top left no-repeat;
}

#mmi3 a  {
	left: 103px;
	width: 136px;
	background: url(images/mm_04.gif) top left no-repeat;
}

#mmi4 a  {
	left: 238px;
	width: 126px;
	background: url(images/mm_03.gif) top left no-repeat;
}

#mmi5 a  {
	left: 354px;
	width: 114px;
	background: url(images/mm_05.gif) top left no-repeat;
}
