/* CSS Document */
.MainMenu_MenuContainer 
{
     border: 0px solid #ffffff;
     background-color: Transparent;
     font-family:"ËÎÌå";
	 font-size: 12px;
color:#000000;
}
.MainMenu_MenuBar {
	font-family:"ËÎÌå";
	font-size: 12px;
	height:25;
    background-color: Transparent;
color:#000000;
}
.MainMenu_MenuItem 
{
    cursor: pointer; 
	font-family:"ËÎÌå";
	font-size: 12px;
	height:25;
color:#000000;
	width:140;
	background-color:Transparent;
	border-left: #666666 0px solid; 
    border-bottom: #666666 0px solid; 
    border-top: #666666 0px solid; 
    border-right: #666666 0px solid;
}
.MainMenu_MenuIcon 
{
	width:11;
		height:25;
	border-left: #666666 0px solid; 
    border-bottom: #666666 0px solid; 
    border-top: #666666 0px solid; 
    border-right: #666666 0px solid;
}
.MainMenu_SubMenu { 
	background-image:url(bg1_1.jpg);
	z-index: 1000;  
    border-bottom: #df8e00 1px solid; 
    border-left: #df8e00 1px solid; 
    border-top: #df8e00 1px solid; 
    border-right: #df8e00 1px solid;
}
.MainMenu_MenuItemSel 
{
color: #ffffff;
	font-family:"ËÎÌå";
		height:25;
    font-size: 12px;
	background-image:url(bg7.jpg);
}
.MainMenu_MenuArrow 
{
    display: none; 
}
.MainMenu_MenuBreak
{
height:3;
border:0;
background-image:url(bg_break.gif);
}