/* Basic Skins */
   /* Links - Language Selector */
   /* With Table */
      .MLLanguageSelectionItemTable .SkinObject {color: #bebebe; TEXT-DECORATION: none;}
      SPAN.mlLanguageSelector {font-family: Verdana; font-size: 8px; font-weight: 400; TEXT-DECORATION: none;}
      SPAN.mlLanguageSelector SELECT {font-family: Verdana; font-size: 8px; font-weight: 400; color: lime; TEXT-DECORATION: none;}
      SPAN.mlLanguageSelector OPTION {font-family: Verdana; font-size: 8px; font-weight: 400; color: lime; TEXT-DECORATION: none;}
      .MLLanguageSelectionItemRow {color: #bebebe; TEXT-DECORATION: none;}
      .MLLanguageSelectionItemRow A:link      {COLOR: #bebebe; FONT-FAMILY: Verdana; font-size: 8px; font-weight: 400; TEXT-DECORATION: none}
      .MLLanguageSelectionItemRow A:visited   {COLOR: #bebebe; FONT-FAMILY: Verdana; font-size: 8px; font-weight: 400; TEXT-DECORATION: none}
      .MLLanguageSelectionItemRow A:active    {COLOR: #bebebe; FONT-FAMILY: Verdana; font-size: 8px; font-weight: 400; TEXT-DECORATION: none}
      .MLLanguageSelectionItemRow A:hover     {COLOR: #000000; FONT-FAMILY: Verdana; font-size: 8px; font-weight: 400; TEXT-DECORATION: none}
      .MLLanguageSelectionItemURL {color: #1E1E1D; TEXT-DECORATION: none;}
   /* Tableless */
      .SkinObject A:link      {COLOR: #bebebe; FONT-FAMILY: Verdana; font-size: 8px; font-weight: 400; TEXT-DECORATION: none}
      .SkinObject A:visited   {COLOR: #bebebe; FONT-FAMILY: Verdana; font-size: 8px; font-weight: 400; TEXT-DECORATION: none}
      .SkinObject A:active    {COLOR: #bebebe; FONT-FAMILY: Verdana; font-size: 8px; font-weight: 400; TEXT-DECORATION: none}
      .SkinObject A:hover     {COLOR: #000000; FONT-FAMILY: Verdana; font-size: 8px; font-weight: 400; TEXT-DECORATION: none}
   /* Seperator */
      .SkinObject {COLOR: #bebebe; FONT-FAMILY: Verdana; font-size: 8px; font-weight: 400; TEXT-DECORATION: none}

   /* MLMenu */
   /* MainMenu */
   .MainMenu_MenuContainer 
   {
      width: 500px;
      white-space: pre-wrap
   }
   .MainMenu_MenuBar {
	   cursor: pointer; 
	   cursor: hand;
	   height:16px;
      width: 500px;
      white-space: pre-wrap
   }
   .MainMenu_MenuItem {
	   border-left: 0px solid; 
	   border-bottom: 1px solid; 
	   border-top: 1px solid; 
	   border-right: 0px solid;
	   cursor: pointer; 
	   cursor: hand; 
	   color: #bebebe; 
	   font-family: Arial; 
	   font-size: 9px; 
	   font-weight: 400; 
	   font-style: normal; 
   }
   .MainMenu_MenuIcon {
	   border-left: 1px solid; 
	   border-bottom: 1px solid; 
	   border-top: 1px solid; 
	   cursor: pointer; 
	   cursor: hand; 
	   text-align: center; 
	   width: 15px; 
	   height: 21px;
   }
   .MainMenu_SubMenu {
	   z-index: 1000; 
	   cursor: pointer; 
	   cursor: hand; 
   }
   .MainMenu_MenuBreak {
	   height: 1px;
   }
   .MainMenu_MenuItemSel {
	   cursor: pointer; 
	   cursor: hand; 
	   color: #bebebe; 
	   font-family: Arial; 
	   font-size: 9px; 
	   font-weight: 400; 
	   font-style: normal;
   }
   .MainMenu_MenuArrow {
	   border-right: 1px solid; 
	   border-bottom: 1px solid; 
	   border-top: 0px solid;
	   font-family: webdings; 
	   font-size: 10px; 
	   cursor: pointer; 
	   cursor: hand; 
   }
   .MainMenu_RootMenuArrow {
	   font-family: webdings; 
	   font-size: 10px; 
	   cursor: pointer; 
	   cursor: hand;
   }

