/*** ie 6 + 7 ***/

.subMenuBarNew li
{
display: inline-block;
_overflow:hidden;/*фикс для IE6*/
zoom:1;/*включаем hasLayout*/
*display:inline;/*при hasLayout true display:inline ведёт себя как display:inline-block*/

height:26px;
padding: 0;

_width:16em; /*IE6 */
*margin-bottom:2px; /*IE6*/
}

.subMenuBarNew a, .subMenuBarNew	span 	{
	height:18px; display:block;
}


/*** for ie6 ***/
DIV#mainMenu	{
	_width:1000px;
}
DIV#mainMenu ul li a {
	_width:44px;
}


DIV#mainMenu ul li span {
	_width:44px;
}

DIV#mainMenu ul li.wd1 a{
	_width:66px;
}

DIV#mainMenu ul li.wd1 span{
	_width:66px;
}

DIV#mainMenu ul li.wd2 a{
	_width:86px;
}

DIV#mainMenu ul li.wd2 span{
	_width:86px;
}

DIV#mainMenu ul li.wd3 a{
	_width:106px;
}

DIV#mainMenu ul li.wd3 span{
	_width:106px;
}




li#mm_hof a {
	_width:78px!important;
}
li#mm_hof span {
	_width:78px!important;
}


.idx_right, .cvp_right{ 
	_margin-left:620px;
}

.idx_main{ 
	_height:80px;
	_padding-left:0; 
	_margin-left:3px;;
}

.subMenuBarNew {
	_margin-top:-13px;
}

/*** for ie7 ***/

