#topmenu {
	width:1064px;
	height:60px;
	position: relative;
	margin-left:0px;
	margin-top:100px;
}

#topmenu-item {	
	height:60px;
	float:left;
}

#topmenu-item.mc {
	width:355px;
	background: url(../images/common/topmenu-mc-inact.png);
}

#topmenu-item.mc:hover, #topmenu-item.mc-active {
	width:355px;
	background: url(../images/common/topmenu-mc-act.png);  
}

#topmenu-item.fg {
	width:354px;
	background: url(../images/common/topmenu-fg-inact.png);
}

/* 
#topmenu-item.fg:hover, #topmenu-item.fg-active  {
	width:354px;
	background: url(../images/common/topmenu-fg-act.png);  
}
*/

#topmenu-item.lt {
	width:355px;
	background: url(../images/common/topmenu-lt-inact.png);
}

#topmenu-item.lt:hover, #topmenu-item.lt-active {
	width:355px;
	background: url(../images/common/topmenu-lt-act.png);  
}